Index: head/net/enet/files/patch-Makefile.am =================================================================== --- head/net/enet/files/patch-Makefile.am (revision 298534) +++ head/net/enet/files/patch-Makefile.am (nonexistent) @@ -1,8 +0,0 @@ ---- Makefile.am.orig 2011-07-15 00:42:31.000000000 +0800 -+++ Makefile.am 2011-07-15 00:42:23.000000000 +0800 -@@ -1,4 +1,4 @@ --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - nodist_pkgconfig_DATA = libenet.pc - - enetincludedir=$(includedir)/enet Property changes on: head/net/enet/files/patch-Makefile.am ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net/enet/Makefile =================================================================== --- head/net/enet/Makefile (revision 298534) +++ head/net/enet/Makefile (revision 298535) @@ -1,37 +1,41 @@ # New ports collection makefile for: enet # Date created: 2006-09-23 # Whom: Stanislav Sedov # # $FreeBSD$ # PORTNAME= enet -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://enet.bespin.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple and robust communication library based on UDP -GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake autoconf:env -USE_LDCONFIG= yes +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE -DOCS= design.txt docs/FAQ.dox docs/design.dox docs/tutorial.dox +OPTIONS_DEFINE= DOCS +USE_AUTOTOOLS= aclocal automake autoconf libtool +ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes -AUTOTOOLSFILES= aclocal.m4 +PORTDOCS= * +.include + post-patch: - @${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' \ - -e 's|2.67|%%AUTOCONF_VERSION%%|g' \ - ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e '/^pkgconfigdir/s|$$(libdir)|$$(prefix)/libdata|' \ + ${WRKSRC}/Makefile.am post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ + @(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} html ${DOCSDIR}) .endif .include Property changes on: head/net/enet/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/enet/distinfo =================================================================== --- head/net/enet/distinfo (revision 298534) +++ head/net/enet/distinfo (revision 298535) @@ -1,2 +1,2 @@ -SHA256 (enet-1.3.3.tar.gz) = 5c89fe5c4bdea9a32386a464a7dfb694821659f69e9ba83d6a6a549e5a368775 -SIZE (enet-1.3.3.tar.gz) = 433240 +SHA256 (enet-1.3.4.tar.gz) = 34538e09a6cf50ae5346d4d800e2df4d4d7ac6f857cf580bc6b3c638ac5f462d +SIZE (enet-1.3.4.tar.gz) = 498546 Property changes on: head/net/enet/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/enet/pkg-plist =================================================================== --- head/net/enet/pkg-plist (revision 298534) +++ head/net/enet/pkg-plist (revision 298535) @@ -1,20 +1,15 @@ include/enet/callbacks.h include/enet/enet.h include/enet/list.h include/enet/protocol.h include/enet/time.h include/enet/types.h include/enet/unix.h include/enet/utility.h include/enet/win32.h lib/libenet.a lib/libenet.la lib/libenet.so -lib/libenet.so.1 +lib/libenet.so.2 libdata/pkgconfig/libenet.pc -%%PORTDOCS%%%%DOCSDIR%%/FAQ.dox -%%PORTDOCS%%%%DOCSDIR%%/design.dox -%%PORTDOCS%%%%DOCSDIR%%/design.txt -%%PORTDOCS%%%%DOCSDIR%%/tutorial.dox -%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/enet Property changes on: head/net/enet/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property