svn commit: r345666 - head/net-p2p/ncdc

Pawel Pekala pawel at FreeBSD.org
Sat Feb 22 16:53:42 UTC 2014


Author: pawel
Date: Sat Feb 22 16:53:41 2014
New Revision: 345666
URL: http://svnweb.freebsd.org/changeset/ports/345666
QAT: https://qat.redports.org/buildarchive/r345666/

Log:
  - Update to version 1.19
  - Add GEOIP option
  
  PR:		ports/186908
  Submitted by:	maintainer

Modified:
  head/net-p2p/ncdc/Makefile
  head/net-p2p/ncdc/distinfo

Modified: head/net-p2p/ncdc/Makefile
==============================================================================
--- head/net-p2p/ncdc/Makefile	Sat Feb 22 16:48:20 2014	(r345665)
+++ head/net-p2p/ncdc/Makefile	Sat Feb 22 16:53:41 2014	(r345666)
@@ -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>

Modified: head/net-p2p/ncdc/distinfo
==============================================================================
--- head/net-p2p/ncdc/distinfo	Sat Feb 22 16:48:20 2014	(r345665)
+++ head/net-p2p/ncdc/distinfo	Sat Feb 22 16:53:41 2014	(r345666)
@@ -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


More information about the svn-ports-all mailing list