Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  1 Feb 2014 06:53:41 -0600 (CST)
From:      "Matthew D.Fuller" <fullermd@over-yonder.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/186340: [MAINTAINER] Update devel/libcidr to 1.2.3
Message-ID:  <3fGZx12Pslz1rW@draco.over-yonder.net>
Resent-Message-ID: <201402011300.s11D054C040597@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186340
>Category:       ports
>Synopsis:       [MAINTAINER] Update devel/libcidr to 1.2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 01 13:00:05 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Matthew D. Fuller
>Release:        FreeBSD 9.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD draco.over-yonder.net 9.1-STABLE FreeBSD 9.1-STABLE #0 r251584: Sun Jun 9 14:23:33 CDT 2013 root@draco.over-yonder.net:/usr/obj/usr/src/sys/DRACO amd64


	
>Description:
	New upstream release.

	Restore docs (fixes pkgng packaging), "make makeplist"-ify pkg-plist
	for less future churn, remove mirror that probably won't get future
	versions timelily, more precise LICENSE.

>How-To-Repeat:
	
>Fix:


Index: Makefile
===================================================================
--- Makefile	(revision 342128)
+++ Makefile	(working copy)
@@ -2,22 +2,25 @@
 # $FreeBSD$
 
 PORTNAME=	libcidr
-DISTVERSION=	1.2.2
+DISTVERSION=	1.2.3
 CATEGORIES=	devel
 MASTER_SITES=	http://www.over-yonder.net/~fullermd/projects/${PORTNAME}/ \
-		http://distfiles.over-yonder.net/${PORTNAME}/ \
-		http://mirrors.rit.edu/zi/
+		http://distfiles.over-yonder.net/${PORTNAME}/
 
 MAINTAINER=	fullermd@over-yonder.net
 COMMENT=	A library to handle manipulating CIDR netblocks
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_XZ=		yes
 USE_LDCONFIG=	yes
-MAKE_ENV+=	CIDR_DOCDIR=${DOCSDIR} CIDR_EXDIR=${EXAMPLESDIR} NO_DOCS=yes
+MAKE_ENV+=	CIDR_DOCDIR=${DOCSDIR} CIDR_EXDIR=${EXAMPLESDIR}
 
+.if defined(NOPORTDOCS)
+MAKE_ENV+=	NO_DOCS=yes
+.endif
+
 .if defined(NOPORTEXAMPLES)
 MAKE_ENV+=	NO_EXAMPLES=yes
 .endif
Index: distinfo
===================================================================
--- distinfo	(revision 342128)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (libcidr-1.2.2.tar.xz) = 918b76f80ed1a3a2f44adc5956b3a56417175c2856f380980049becba52e5d24
-SIZE (libcidr-1.2.2.tar.xz) = 151800
+SHA256 (libcidr-1.2.3.tar.xz) = afbe266a9839775a21091b0e44daaf890a46ea4c2d3f5126b3048d82b9bfbbc4
+SIZE (libcidr-1.2.3.tar.xz) = 155144
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 342128)
+++ pkg-plist	(working copy)
@@ -1,16 +1,22 @@
+bin/cidrcalc
+include/libcidr.h
 lib/libcidr.so
 lib/libcidr.so.0
-bin/cidrcalc
-include/libcidr.h
 man/man3/libcidr.3.gz
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.inc
+%%PORTDOCS%%%%DOCSDIR%%/codelibrary-html.css
+%%PORTDOCS%%%%DOCSDIR%%/libcidr-big.html
+%%PORTDOCS%%%%DOCSDIR%%/libcidr.dvi
+%%PORTDOCS%%%%DOCSDIR%%/libcidr.pdf
+%%PORTDOCS%%%%DOCSDIR%%/libcidr.ps
+%%PORTDOCS%%%%DOCSDIR%%/libcidr.rtf
+%%PORTDOCS%%%%DOCSDIR%%/libcidr.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cidrcalc/cidrcalc.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cidrcalc/Makefile
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/acl/Makefile
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/acl/acl.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/acl/acl.example
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/acl/Makefile
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/cidrcalc
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/acl
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cidrcalc/Makefile
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cidrcalc/cidrcalc.c
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/cidrcalc
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/acl
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3fGZx12Pslz1rW>