Ticket #34431: Portfile-ncdc-1.10.diff
File Portfile-ncdc-1.10.diff, 1.2 KB (added by projects@…, 13 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name ncdc 7 version 1. 57 version 1.10 8 8 categories net chat 9 9 platforms darwin 10 10 maintainers nomaintainer … … 19 19 master_sites http://dev.yorhel.nl/download \ 20 20 sourceforge:project/ncdc/ncdc/ncdc-${version} 21 21 22 checksums md5 fbd49a2551d22fb9f41f77b118d01461\23 sha1 a6a5cbc222e6846e6976a27610968442cc9a485122 checksums md5 a56c5b16d2fd98157a70ab7eb0aea24d \ 23 sha1 06e3ad1de0353711b217ae9f1a456d9d0c3e403b 24 24 25 25 depends_build port:pkgconfig 26 26 27 27 depends_lib port:gdbm \ 28 port:sqlite3 \ 28 29 port:ncurses \ 29 30 path:lib/pkgconfig/glib-2.0.pc:glib2 \ 30 31 port:libxml2 \ 31 port:bzip2 32 port:bzip2 \ 33 port:gnutls 32 34 33 # optional: 34 #depends_run port:glib-networking 35 configure.args --enable-db-upgrade 35 36 36 37 use_parallel_build yes 37 38