Ticket #11677: gmime-Portfile.diff
File gmime-Portfile.diff, 605 bytes (added by boeyms@…, 18 years ago) |
---|
-
mail/gmime/Portfile
diff -Naur dports/mail/gmime/Portfile dports-devel/mail/gmime/Portfile
old new 3 3 4 4 name gmime 5 5 version 2.2.4 6 revision 1 6 7 7 8 set branch [strsed ${version} {s/\.[0-9]*$//}] 8 9 … … 28 29 patchfiles patch-tests__test-mime.c \ 29 30 patch-tests__test-mbox.c \ 30 31 patch-tests__test-parser.c 32 31 33 configure.args --prefix=${prefix} 34 configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib 32 35 33 36 test.run yes 34 37 test.target check