Bug 186908 - [Update] net-p2p/ncdc to 1.19
Summary: [Update] net-p2p/ncdc to 1.19
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-20 07:30 UTC by Dmitriy Limonov
Modified: 2014-02-22 17:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.20 KB, patch)
2014-02-20 07:30 UTC, Dmitriy Limonov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitriy Limonov 2014-02-20 07:30:00 UTC
Update ncdc to version 1.19

Fix: Patch attached with submission follows:
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2014-02-22 14:53:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-22 16:53:49 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2014-02-22 16:54:13 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!