Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Mar 2009 01:00:59 +0900 (JST)
From:      Daisuke Aoyama <aoyama@peach.ne.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/132608: [MAINTAINER] net/istgt: update to 20090313
Message-ID:  <200903131600.n2DG0xJw027043@hera.peach.ne.jp.private>
Resent-Message-ID: <200903131610.n2DGA0nP027538@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         132608
>Category:       ports
>Synopsis:       [MAINTAINER] net/istgt: update to 20090313
>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:   Fri Mar 13 16:10:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Daisuke Aoyama
>Release:        FreeBSD 7.1-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD hera.peach.ne.jp.private 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #0: Mon Feb 23 15:41:37 JST 2009
>Description:
- Update to 20090313

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- istgt-20090313.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/istgt/Makefile /usr/home/aoyama/ports/net/istgt/Makefile
--- /usr/ports/net/istgt/Makefile	2009-03-11 16:59:34.000000000 +0900
+++ /usr/home/aoyama/ports/net/istgt/Makefile	2009-03-13 23:53:22.000000000 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	istgt
-PORTVERSION=	20090309
+PORTVERSION=	20090313
 CATEGORIES=	net
 MASTER_SITES=	http://www.peach.ne.jp/archives/istgt/
 
@@ -18,7 +18,19 @@
 
 GNU_CONFIGURE=	yes
 
+MAN1=		istgt.1
+MANCOMPRESSED=	yes
+
+PORTDOCS=	README ChangeLog.jp QUICKSTART QUICKSTART.jp
+
 post-install:
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${DOCSDIR}
+	${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
+	${INSTALL_MAN} ${WRKSRC}/ChangeLog.jp ${DOCSDIR}
+	${INSTALL_MAN} ${WRKSRC}/doc/QUICKSTART ${DOCSDIR}
+	${INSTALL_MAN} ${WRKSRC}/doc/QUICKSTART.jp ${DOCSDIR}
+.endif
 	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/net/istgt/distinfo /usr/home/aoyama/ports/net/istgt/distinfo
--- /usr/ports/net/istgt/distinfo	2009-03-11 16:59:34.000000000 +0900
+++ /usr/home/aoyama/ports/net/istgt/distinfo	2009-03-13 23:49:16.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (istgt-20090309.tar.gz) = be2ecde3146886f7ef23084afb4509aa
-SHA256 (istgt-20090309.tar.gz) = 3dc9a8a293cfc0a818ccd1cb79357b36f0678b17ed1ad14ba0a44e1e120bcd54
-SIZE (istgt-20090309.tar.gz) = 181016
+MD5 (istgt-20090313.tar.gz) = a1409c2a3e0073b8eedd070dadd682fa
+SHA256 (istgt-20090313.tar.gz) = f9ba10bd69e6c667bcaf52ff0dd5bd302c3d5ea88a30a9e0d1aabd1ef89edf58
+SIZE (istgt-20090313.tar.gz) = 183627
diff -ruN --exclude=CVS /usr/ports/net/istgt/files/pkg-message.in /usr/home/aoyama/ports/net/istgt/files/pkg-message.in
--- /usr/ports/net/istgt/files/pkg-message.in	2009-03-11 09:01:31.000000000 +0900
+++ /usr/home/aoyama/ports/net/istgt/files/pkg-message.in	2009-03-13 23:58:13.000000000 +0900
@@ -3,5 +3,6 @@
 To run istgt at startup, add istgt_enable="YES" to /etc/rc.conf.
 Create configuration files manually.
 Sample configuration files can be found in %%PREFIX%%/etc/istgt.
+QUICKSTART in %%DOCSDIR%% shows you how to configure.
 
 *************************************************************************
--- istgt-20090313.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903131600.n2DG0xJw027043>