- Update to version 1.19

- Add GEOIP option

PR:		ports/186908
Submitted by:	maintainer
This commit is contained in:
Pawel Pekala 2014-02-22 16:53:41 +00:00
parent e5798c6f6f
commit 31f489e18b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345666
2 changed files with 10 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ncdc
PORTVERSION= 1.18.1
PORTVERSION= 1.19
CATEGORIES= net-p2p
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
http://dev.yorhel.nl/download/
@ -29,4 +29,11 @@ PLIST_FILES= bin/ncdc \
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= GEOIP
GEOIP_CONFIGURE_WITH= geoip
GEOIP_CONFIGURE_ENV= GEOIP_CFLAGS="-I${LOCALBASE}/include" \
GEOIP_LIBS="-L${LOCALBASE}/lib -lGeoIP"
GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (ncdc-1.18.1.tar.gz) = cc257731cd2ccc55831b8606694c379d0d8c441d250b8003785bec3d58fa8685
SIZE (ncdc-1.18.1.tar.gz) = 350781
SHA256 (ncdc-1.19.tar.gz) = c24130b8bb735f936b1090d4e5f4413c08548a45a2640193386c26dc1dc7fbf1
SIZE (ncdc-1.19.tar.gz) = 354337