diff options
author | clsung <clsung@FreeBSD.org> | 2006-09-27 10:11:11 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-09-27 10:11:11 +0800 |
commit | fd7a79f7a430540b4ae3fc0bf6bae7158b482000 (patch) | |
tree | 73fea24a43e4122fcef46dac1698f78f4dbb1025 | |
parent | f319b975513a801b7c5c5105cba1ad251a6f8ac8 (diff) | |
download | freebsd-ports-gnome-fd7a79f7a430540b4ae3fc0bf6bae7158b482000.tar.gz freebsd-ports-gnome-fd7a79f7a430540b4ae3fc0bf6bae7158b482000.tar.zst freebsd-ports-gnome-fd7a79f7a430540b4ae3fc0bf6bae7158b482000.zip |
- Update to 0.9.6
- Add local mirror
PR: ports/103622
Submitted by: maintainer (Gea-Suan Lin)
-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%% |