Date: Mon, 13 Jan 2014 00:54:36 -0600 (CST) From: "Matthew D.Fuller" <fullermd@over-yonder.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/185735: Update devel/libcidr to 1.2.2 and STAGEify Message-ID: <3f2lsS3kPMz6bG@draco.over-yonder.net> Resent-Message-ID: <201401130700.s0D700wc030077@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 185735 >Category: ports >Synopsis: Update devel/libcidr to 1.2.2 and STAGEify >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jan 13 07:00:00 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. No functional changes in it, but it adjust the build process to get along with staging without additional hackery done by the port. >How-To-Repeat: >Fix: Index: Makefile =================================================================== --- Makefile (revision 339568) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libcidr -DISTVERSION= 1.2.1 +DISTVERSION= 1.2.2 CATEGORIES= devel MASTER_SITES= http://www.over-yonder.net/~fullermd/projects/${PORTNAME}/ \ http://distfiles.over-yonder.net/${PORTNAME}/ \ @@ -18,8 +18,6 @@ USE_LDCONFIG= yes MAKE_ENV+= CIDR_DOCDIR=${DOCSDIR} CIDR_EXDIR=${EXAMPLESDIR} -MAN3= libcidr.3 - .if defined(NOPORTDOCS) MAKE_ENV+= NO_DOCS=yes .endif @@ -28,5 +26,4 @@ MAKE_ENV+= NO_EXAMPLES=yes .endif -NO_STAGE= yes .include <bsd.port.mk> Index: distinfo =================================================================== --- distinfo (revision 339568) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (libcidr-1.2.1.tar.xz) = 4f2e2cb2f70d9af023e1cb0ec24d129ba1311c4e8ef629e80b4c1606605f1ac8 -SIZE (libcidr-1.2.1.tar.xz) = 151444 +SHA256 (libcidr-1.2.2.tar.xz) = 918b76f80ed1a3a2f44adc5956b3a56417175c2856f380980049becba52e5d24 +SIZE (libcidr-1.2.2.tar.xz) = 151800 Index: pkg-plist =================================================================== --- pkg-plist (revision 339568) +++ pkg-plist (working copy) @@ -2,6 +2,7 @@ lib/libcidr.so.0 bin/cidrcalc include/libcidr.h +man/man3/libcidr.3.gz %%PORTDOCS%%%%DOCSDIR%%/libcidr-big.html %%PORTDOCS%%%%DOCSDIR%%/libcidr.dvi %%PORTDOCS%%%%DOCSDIR%%/libcidr.pdf >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3f2lsS3kPMz6bG>