diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-27 02:11:11 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-27 02:11:11 +0000 |
commit | 43c57e476a5bacd8e8a5ab2227f55c9b49cbeb53 (patch) | |
tree | 92976f833a1b2b09a70f42a1f1ee19c5b95080af /net/libopennet | |
parent | - Update to 0.024 (diff) |
- Update to 0.9.6
- Add local mirror
PR: ports/103622
Submitted by: maintainer (Gea-Suan Lin)
Notes
Notes:
svn path=/head/; revision=173937
Diffstat (limited to 'net/libopennet')
-rw-r--r-- | net/libopennet/Makefile | 7 | ||||
-rw-r--r-- | net/libopennet/distinfo | 6 | ||||
-rw-r--r-- | net/libopennet/pkg-plist | 3 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net/libopennet/Makefile b/net/libopennet/Makefile index ad43d98f521f..00276ab122d8 100644 --- a/net/libopennet/Makefile +++ b/net/libopennet/Makefile @@ -6,15 +6,18 @@ # PORTNAME= libopennet -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.6 CATEGORIES= net -MASTER_SITES= http://www.rkeene.org/files/oss/libopennet/ +MASTER_SITES= http://www.rkeene.org/files/oss/libopennet/ \ + http://www.cs.nctu.edu.tw/~gslin/files/ MAINTAINER= gslin@gslin.org COMMENT= A library for opening files over a network GNU_CONFIGURE= yes +PLIST_SUB= PORTVERSION=${PORTVERSION} USE_GMAKE= yes +USE_LDCONFIG= yes MAN3= fopen_net.3 \ fseek_net.3 \ diff --git a/net/libopennet/distinfo b/net/libopennet/distinfo index ce7fc21b544d..506ea5786a60 100644 --- a/net/libopennet/distinfo +++ b/net/libopennet/distinfo @@ -1,3 +1,3 @@ -MD5 (libopennet-0.9.3.tar.gz) = d0dbc46d9f400aa01e93e4d122dd31aa -SHA256 (libopennet-0.9.3.tar.gz) = fb6442a3c5c48b61502b947a7e634dddb2b73fce6cc4ab16f988e83c4b136030 -SIZE (libopennet-0.9.3.tar.gz) = 88615 +MD5 (libopennet-0.9.6.tar.gz) = 6c34af3537dec1eecd18f3b0be3da73b +SHA256 (libopennet-0.9.6.tar.gz) = 8958f2f187405083a0dfd91bdae9ee0b66a4b319dd1b78f8a7eac11d5eb860a8 +SIZE (libopennet-0.9.6.tar.gz) = 91591 diff --git a/net/libopennet/pkg-plist b/net/libopennet/pkg-plist index dc15ea5e4495..310dfeaf4429 100644 --- a/net/libopennet/pkg-plist +++ b/net/libopennet/pkg-plist @@ -1,5 +1,6 @@ +@comment $FreeBSD$ include/opennet.h lib/libopennet.a lib/libopennet.so lib/libopennet.so.0 -lib/libopennet.so.0.9.3 +lib/libopennet.so.%%PORTVERSION%% |