Date: Tue, 1 Apr 2008 13:04:49 +1000 (YAKST) From: Alexander Logvinov <ports@logvinov.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Alexander Logvinov <ports@logvinov.com> Subject: ports/122324: [maintainer update] www/netstiff: update to 20080331 Message-ID: <200804010304.m3134nk7016945@blg.akavia.ru> Resent-Message-ID: <200804010310.m313A1M9066080@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 122324 >Category: ports >Synopsis: [maintainer update] www/netstiff: update to 20080331 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Apr 01 03:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Alexander Logvinov >Release: FreeBSD 6.3-RELEASE-p1 i386 >Organization: >Environment: >Description: Update to 20080331 Add PORTDOCS >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/netstiff/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 22 Jun 2007 09:52:51 -0000 1.2 +++ Makefile 31 Mar 2008 03:42:55 -0000 @@ -6,7 +6,7 @@ # PORTNAME= netstiff -PORTVERSION= 20070621 +PORTVERSION= 20080331 CATEGORIES= www MASTER_SITES= http://pkqs.net/~sbeyer/tools/netstiff/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -16,9 +16,9 @@ NO_BUILD= yes USE_RUBY= yes -RUBY_NO_BUILD_DEPENDS= yes WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} +PORTDOCS= ChangeLog LICENSE THANKSTO PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 @@ -28,5 +28,11 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for i in ${PORTDOCS} + ${INSTALL_DATA} -p ${WRKSRC}/${i} ${DOCSDIR} +.endfor +.endif .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/netstiff/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 22 Jun 2007 09:52:51 -0000 1.2 +++ distinfo 31 Mar 2008 03:37:56 -0000 @@ -1,3 +1,3 @@ -MD5 (netstiff_20070621.orig.tar.gz) = 2282078a13d6e8ffca47bca39a748b30 -SHA256 (netstiff_20070621.orig.tar.gz) = a0a89c784de793ff34ad24646e7f750ecb0fdb8530a27527148b1cf79c9f47cf -SIZE (netstiff_20070621.orig.tar.gz) = 15603 +MD5 (netstiff_20080331.orig.tar.gz) = afb24c1c966228664368f770dc42c021 +SHA256 (netstiff_20080331.orig.tar.gz) = ae279336487c71bad2f7cd1673ba09180e8f5784f2226375e95f5d546c58f69d +SIZE (netstiff_20080331.orig.tar.gz) = 30833 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804010304.m3134nk7016945>