Bug 132608 - [MAINTAINER] net/istgt: update to 20090313
Summary: [MAINTAINER] net/istgt: update to 20090313
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-13 16:10 UTC by aoyama
Modified: 2009-03-16 22:30 UTC (History)
0 users

See Also:


Attachments
istgt-20090313.patch (2.10 KB, patch)
2009-03-13 16:10 UTC, aoyama
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description aoyama 2009-03-13 16:10:00 UTC
- Update to 20090313

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-03-13 16:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 aoyama 2009-03-14 17:22:47 UTC
this fixes an important bug from initial version.

--- istgt-20090314.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-15 02:11:13.000000000 
+0900
@@ -6,7 +6,7 @@
 #

 PORTNAME= istgt
-PORTVERSION= 20090309
+PORTVERSION= 20090314
 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-15 02:11:29.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-20090314.tar.gz) = 1de82ab37a420332cc2bd9e295de120a
+SHA256 (istgt-20090314.tar.gz) = 
1f75eaa2e9152257a16e94b250aff3302e076e03a6ccc4ce9cb749bbff9f688e
+SIZE (istgt-20090314.tar.gz) = 184324
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-20090314.patch ends here ---
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-03-16 22:27:42 UTC
miwi        2009-03-16 22:27:28 UTC

  FreeBSD ports repository

  Modified files:
    net/istgt            Makefile distinfo 
    net/istgt/files      pkg-message.in 
  Log:
  - Update to 20090314
  - Respect NOPOR*
  
  PR:             132608
  Submitted by:   Daisuke Aoyama" <aoyama@peach.ne.jp> (maintainer)
  
  Revision  Changes    Path
  1.3       +18 -1     ports/net/istgt/Makefile
  1.3       +3 -3      ports/net/istgt/distinfo
  1.2       +1 -0      ports/net/istgt/files/pkg-message.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2009-03-16 22:28:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!