From e41fd4106a8af7e0a67c66c5413846dd4bbd0c9f Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Mon, 23 Jun 2003 11:46:32 +0000 Subject: - Unbreak for 5.x - Properly conditionalize getopt_long(3) dependency with USE_GETOPT_LONG - Switch to tracking "unstable" tcreen: update to 1.3.4, see ${DOCSDIR}/NEWS for the list of new features and changes - Install some additional documentation - Use DOCSDIR in pkg-plist PR: 53304 [1], 53368 [2], 53578 [3] Submitted by: Sergei Kolobov [1] [2], Kirill Ponomarew [3] Approved by: maintainer --- net/tcpreen/Makefile | 18 ++++-------------- net/tcpreen/distinfo | 2 +- net/tcpreen/pkg-plist | 4 ++++ 3 files changed, 9 insertions(+), 15 deletions(-) diff --git a/net/tcpreen/Makefile b/net/tcpreen/Makefile index d637400947e6..5f20375bc4d8 100644 --- a/net/tcpreen/Makefile +++ b/net/tcpreen/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tcpreen -PORTVERSION= 1.2.2 +PORTVERSION= 1.3.4 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,21 +17,11 @@ COMMENT= A simple TCP session re-engineering tool LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_BZIP2= yes +USE_GETOPT_LONG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" MAN1= tcpreen.1 -DOC_FILES= README - -.include - -.if ${OSVERSION} >= 500113 -BROKEN= "Configure fails" -.endif - -.if ${OSVERSION} < 500000 -LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -.endif +DOC_FILES= AUTHORS NEWS README THANKS TODO post-install: .ifndef(NOPORTDOCS) @@ -41,4 +31,4 @@ post-install: .endfor .endif -.include +.include diff --git a/net/tcpreen/distinfo b/net/tcpreen/distinfo index 5ef01a48cc1a..399f826a984f 100644 --- a/net/tcpreen/distinfo +++ b/net/tcpreen/distinfo @@ -1 +1 @@ -MD5 (tcpreen-1.2.2.tar.bz2) = 8dfa174bb7bd781dd73357d2975cf2cb +MD5 (tcpreen-1.3.4.tar.bz2) = fb5176c0812b20abc3a11f72c8fdb1d1 diff --git a/net/tcpreen/pkg-plist b/net/tcpreen/pkg-plist index 58566c87468c..72bb2c877542 100644 --- a/net/tcpreen/pkg-plist +++ b/net/tcpreen/pkg-plist @@ -1,4 +1,8 @@ bin/tcpreen share/locale/fr/LC_MESSAGES/tcpreen.mo +%%PORTDOCS%%share/doc/tcpreen/AUTHORS +%%PORTDOCS%%share/doc/tcpreen/NEWS %%PORTDOCS%%share/doc/tcpreen/README +%%PORTDOCS%%share/doc/tcpreen/THANKS +%%PORTDOCS%%share/doc/tcpreen/TODO %%PORTDOCS%%@dirrm share/doc/tcpreen -- cgit v1.2.3