Bug 182592 - [Update] net-p2p/ncdc to 1.18
Summary: [Update] net-p2p/ncdc to 1.18
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: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-03 09:30 UTC by Dmitriy Limonov
Modified: 2013-10-04 15:50 UTC (History)
0 users

See Also:


Attachments
file.diff (783 bytes, patch)
2013-10-03 09: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 2013-10-03 09:30:00 UTC
Update ncdc to version 1.18

Fix: Patch attached with submission follows:
Comment 1 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-03 22:50:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-04 15:41:27 UTC
Author: danilo
Date: Fri Oct  4 14:41:19 2013
New Revision: 329317
URL: http://svnweb.freebsd.org/changeset/ports/329317

Log:
  - Update from 1.17 to 1.18 [1]
  - Convert LIB_DEPENDS to new syntax
  - Convert USE_GMAKE to USES
  - Add stage support
  
  PR:		ports/182592
  Submitted by:	Dmitriy Limonov <earl1k@mail.ru> (maintainer) [1]
  Approved by:	wg / culot (mentors, implicit)

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

Modified: head/net-p2p/ncdc/Makefile
==============================================================================
--- head/net-p2p/ncdc/Makefile	Fri Oct  4 14:35:20 2013	(r329316)
+++ head/net-p2p/ncdc/Makefile	Fri Oct  4 14:41:19 2013	(r329317)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ncdc
-PORTVERSION=	1.17
-PORTREVISION=	1
+PORTVERSION=	1.18
 CATEGORIES=	net-p2p
 MASTER_SITES=	SF \
 		http://dev.yorhel.nl/download/
@@ -14,23 +13,21 @@ COMMENT=	Lightweight direct connect clie
 
 LICENSE=	MIT
 
-LIB_DEPENDS=	sqlite3:${PORTSDIR}/databases/sqlite3 \
-		pcre:${PORTSDIR}/devel/pcre \
-		gmp:${PORTSDIR}/math/gmp \
-		gnutls:${PORTSDIR}/security/gnutls \
-		gcrypt:${PORTSDIR}/security/libgcrypt \
-		nettle:${PORTSDIR}/security/nettle \
-		p11-kit:${PORTSDIR}/security/p11-kit
+LIB_DEPENDS=	libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
+		libpcre.so:${PORTSDIR}/devel/pcre \
+		libgmp.so:${PORTSDIR}/math/gmp \
+		libgnutls.so:${PORTSDIR}/security/gnutls \
+		libgcrypt.so:${PORTSDIR}/security/libgcrypt \
+		libnettle.so:${PORTSDIR}/security/nettle \
+		libp11-kit.so:${PORTSDIR}/security/p11-kit
 
-USES=		pkgconfig ncurses
+USES=		gmake pkgconfig ncurses
 USE_GNOME=	glib20
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-MAN1=		ncdc.1
-PLIST_FILES=	bin/ncdc
+PLIST_FILES=	bin/ncdc \
+		man/man1/ncdc.1.gz
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net-p2p/ncdc/distinfo
==============================================================================
--- head/net-p2p/ncdc/distinfo	Fri Oct  4 14:35:20 2013	(r329316)
+++ head/net-p2p/ncdc/distinfo	Fri Oct  4 14:41:19 2013	(r329317)
@@ -1,2 +1,2 @@
-SHA256 (ncdc-1.17.tar.gz) = 7c4e1d004a8a87cc2647b4a116298a4c05f38ee0656873f3666b33a769cdec41
-SIZE (ncdc-1.17.tar.gz) = 338953
+SHA256 (ncdc-1.18.tar.gz) = 9746732c076c6a0610d060ccb1f7b5306163e022da711c8363ed3653bdbec0af
+SIZE (ncdc-1.18.tar.gz) = 350326
_______________________________________________
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 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-04 15:41:41 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!