Bug 185735 - Update devel/libcidr to 1.2.2 and STAGEify
Summary: Update devel/libcidr to 1.2.2 and STAGEify
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: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-13 07:00 UTC by fullermd
Modified: 2014-01-25 02:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.40 KB, patch)
2014-01-13 07:00 UTC, fullermd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fullermd 2014-01-13 07:00:00 UTC
	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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-13 07:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Ryan Steinmetz freebsd_committer freebsd_triage 2014-01-25 02:42:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-01-25 02:42:30 UTC
Author: zi
Date: Sat Jan 25 02:42:22 2014
New Revision: 340983
URL: http://svnweb.freebsd.org/changeset/ports/340983
QAT: https://qat.redports.org/buildarchive/r340983/

Log:
  - Update to 1.2.2
  - Pass maintainership to author/submitter
  - Add STAGE support
  
  PR:		ports/185735
  Submitted by:	Matthew D.Fuller <fullermd@over-yonder.net>

Modified:
  head/devel/libcidr/Makefile
  head/devel/libcidr/distinfo
  head/devel/libcidr/pkg-plist

Modified: head/devel/libcidr/Makefile
==============================================================================
--- head/devel/libcidr/Makefile	Sat Jan 25 02:40:17 2014	(r340982)
+++ head/devel/libcidr/Makefile	Sat Jan 25 02:42:22 2014	(r340983)
@@ -2,13 +2,13 @@
 # $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}/ \
 		http://mirrors.rit.edu/zi/
 
-MAINTAINER=	zi@FreeBSD.org
+MAINTAINER=	fullermd@over-yonder.net
 COMMENT=	A library to handle manipulating CIDR netblocks
 
 LICENSE=	BSD
@@ -16,17 +16,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_XZ=		yes
 USE_LDCONFIG=	yes
-MAKE_ENV+=	CIDR_DOCDIR=${DOCSDIR} CIDR_EXDIR=${EXAMPLESDIR}
-
-MAN3=		libcidr.3
-
-.if defined(NOPORTDOCS)
-MAKE_ENV+=	NO_DOCS=yes
-.endif
+MAKE_ENV+=	CIDR_DOCDIR=${DOCSDIR} CIDR_EXDIR=${EXAMPLESDIR} NO_DOCS=yes
 
 .if defined(NOPORTEXAMPLES)
 MAKE_ENV+=	NO_EXAMPLES=yes
 .endif
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/libcidr/distinfo
==============================================================================
--- head/devel/libcidr/distinfo	Sat Jan 25 02:40:17 2014	(r340982)
+++ head/devel/libcidr/distinfo	Sat Jan 25 02:42:22 2014	(r340983)
@@ -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

Modified: head/devel/libcidr/pkg-plist
==============================================================================
--- head/devel/libcidr/pkg-plist	Sat Jan 25 02:40:17 2014	(r340982)
+++ head/devel/libcidr/pkg-plist	Sat Jan 25 02:42:22 2014	(r340983)
@@ -2,13 +2,7 @@ lib/libcidr.so
 lib/libcidr.so.0
 bin/cidrcalc
 include/libcidr.h
-%%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
-%%PORTDOCS%%%%DOCSDIR%%/codelibrary-html.css
+man/man3/libcidr.3.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.inc
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cidrcalc/cidrcalc.c
_______________________________________________
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"