From 0d0bc00d12ae817d8a827c4ad1af62c90b30b9f7 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Mon, 1 Oct 2012 06:59:54 +0000 Subject: - update to 1.13 while here: - convert to optionsng - trim Makefile header PR: 172169 Submitted by: Aragon Gouveia Approved by: EARL (maintainer) --- net-p2p/ncdc/Makefile | 13 +++++-------- net-p2p/ncdc/distinfo | 4 ++-- 2 files changed, 7 insertions(+), 10 deletions(-) (limited to 'net-p2p') diff --git a/net-p2p/ncdc/Makefile b/net-p2p/ncdc/Makefile index cffb8505c9b1..1d4904ce3d65 100644 --- a/net-p2p/ncdc/Makefile +++ b/net-p2p/ncdc/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: ncdc -# Date created: 28 November 2011 -# Whom: Dmitriy Limonov -# +# Created by: Dmitriy Limonov # $FreeBSD$ -# PORTNAME= ncdc -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= net-p2p MASTER_SITES= SF \ http://dev.yorhel.nl/download/ @@ -19,7 +15,8 @@ LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \ xml2:${PORTSDIR}/textproc/libxml2 \ gnutls:${PORTSDIR}/security/gnutls -OPTIONS= GDBM "Build ncdc-db-upgrade" off +OPTIONS_DEFINE= GDBM +GDBM_DESC= Build ncdc-db-upgrade USE_GNOME= glib20 USE_GMAKE= yes @@ -33,7 +30,7 @@ LDFLAGS+= -L/usr/lib -L${LOCALBASE}/lib .include -.if defined(WITH_GDBM) +.if ${PORT_OPTIONS:MGDBM} CONFIGURE_ARGS+=--enable-db-upgrade LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm PLIST_FILES+= bin/ncdc-db-upgrade diff --git a/net-p2p/ncdc/distinfo b/net-p2p/ncdc/distinfo index d1dfb867a170..6caf3384fb2e 100644 --- a/net-p2p/ncdc/distinfo +++ b/net-p2p/ncdc/distinfo @@ -1,2 +1,2 @@ -SHA256 (ncdc-1.12.tar.gz) = 2613710695e0a1083e67f5a2653f64d5c3a3487e28daf927f7713ec97172f5c4 -SIZE (ncdc-1.12.tar.gz) = 339159 +SHA256 (ncdc-1.13.tar.gz) = 780141b0374e34373e5587d9de43f9e15aa94a7a06a1207e5d55e97d36f201c0 +SIZE (ncdc-1.13.tar.gz) = 344585 -- cgit v1.2.3