diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2011-05-30 20:10:18 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2011-05-30 20:10:18 +0000 |
commit | aafbc62885977e3c4f097088e98d71848b903075 (patch) | |
tree | 5ac67b01593a52f309ef9df68fd2ddf57bb9fb1f | |
parent | be3484fb4ecfa67e2b647a612e0e25cb08635326 (diff) |
- Update to 20110529.
PR: ports/157395
Submitted by: Daisuke Aoyama <aoyama@peach.ne.jp> (maintainer)
Notes
Notes:
svn path=/head/; revision=274820
-rw-r--r-- | net/istgt/Makefile | 3 | ||||
-rw-r--r-- | net/istgt/distinfo | 4 | ||||
-rw-r--r-- | net/istgt/files/patch-etc__istgt.sh.in | 10 | ||||
-rw-r--r-- | net/openistgt/Makefile | 3 | ||||
-rw-r--r-- | net/openistgt/distinfo | 4 | ||||
-rw-r--r-- | net/openistgt/files/patch-etc__istgt.sh.in | 10 |
6 files changed, 6 insertions, 28 deletions
diff --git a/net/istgt/Makefile b/net/istgt/Makefile index 093e19a5c136..83bc978c32e0 100644 --- a/net/istgt/Makefile +++ b/net/istgt/Makefile @@ -6,8 +6,7 @@ # PORTNAME= istgt -PORTVERSION= 20110223 -PORTREVISION= 1 +PORTVERSION= 20110529 CATEGORIES= net MASTER_SITES= http://www.peach.ne.jp/archives/istgt/ diff --git a/net/istgt/distinfo b/net/istgt/distinfo index 0711d6c2e10d..8d2f127d6513 100644 --- a/net/istgt/distinfo +++ b/net/istgt/distinfo @@ -1,2 +1,2 @@ -SHA256 (istgt-20110223.tar.gz) = 5ef5663f37932290d973954dc683b64938989ccc856eca08b4075699a22916aa -SIZE (istgt-20110223.tar.gz) = 223384 +SHA256 (istgt-20110529.tar.gz) = 51a3bde2177780f1a9cd0b32d3949f5db5e614f8d2c520e408e329778f7c49e0 +SIZE (istgt-20110529.tar.gz) = 224527 diff --git a/net/istgt/files/patch-etc__istgt.sh.in b/net/istgt/files/patch-etc__istgt.sh.in deleted file mode 100644 index ceca9d0bb7bf..000000000000 --- a/net/istgt/files/patch-etc__istgt.sh.in +++ /dev/null @@ -1,10 +0,0 @@ ---- ./etc/istgt.sh.in.orig 2009-04-20 02:46:41.000000000 -0700 -+++ ./etc/istgt.sh.in 2011-04-01 10:54:21.980657627 -0700 -@@ -9,6 +9,7 @@ - - name="istgt" - rcvar=`set_rcvar` -+extra_commands="reload" - - load_rc_config $name - diff --git a/net/openistgt/Makefile b/net/openistgt/Makefile index 093e19a5c136..83bc978c32e0 100644 --- a/net/openistgt/Makefile +++ b/net/openistgt/Makefile @@ -6,8 +6,7 @@ # PORTNAME= istgt -PORTVERSION= 20110223 -PORTREVISION= 1 +PORTVERSION= 20110529 CATEGORIES= net MASTER_SITES= http://www.peach.ne.jp/archives/istgt/ diff --git a/net/openistgt/distinfo b/net/openistgt/distinfo index 0711d6c2e10d..8d2f127d6513 100644 --- a/net/openistgt/distinfo +++ b/net/openistgt/distinfo @@ -1,2 +1,2 @@ -SHA256 (istgt-20110223.tar.gz) = 5ef5663f37932290d973954dc683b64938989ccc856eca08b4075699a22916aa -SIZE (istgt-20110223.tar.gz) = 223384 +SHA256 (istgt-20110529.tar.gz) = 51a3bde2177780f1a9cd0b32d3949f5db5e614f8d2c520e408e329778f7c49e0 +SIZE (istgt-20110529.tar.gz) = 224527 diff --git a/net/openistgt/files/patch-etc__istgt.sh.in b/net/openistgt/files/patch-etc__istgt.sh.in deleted file mode 100644 index ceca9d0bb7bf..000000000000 --- a/net/openistgt/files/patch-etc__istgt.sh.in +++ /dev/null @@ -1,10 +0,0 @@ ---- ./etc/istgt.sh.in.orig 2009-04-20 02:46:41.000000000 -0700 -+++ ./etc/istgt.sh.in 2011-04-01 10:54:21.980657627 -0700 -@@ -9,6 +9,7 @@ - - name="istgt" - rcvar=`set_rcvar` -+extra_commands="reload" - - load_rc_config $name - |