diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-09-02 08:34:00 +0800 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-09-02 08:34:00 +0800 |
commit | 8012ec6e15127f9afe9a971f7572152860fc6dad (patch) | |
tree | c86786c6ca61398c9e4ec1905c33db4418d971a4 /net | |
parent | 8da8c861d4e1b3c6122838a9fd29fd7e12293b7f (diff) | |
download | freebsd-ports-gnome-8012ec6e15127f9afe9a971f7572152860fc6dad.tar.gz freebsd-ports-gnome-8012ec6e15127f9afe9a971f7572152860fc6dad.tar.zst freebsd-ports-gnome-8012ec6e15127f9afe9a971f7572152860fc6dad.zip |
- Update to 0.0.5
- Add License
Diffstat (limited to 'net')
-rw-r--r-- | net/netembryo/Makefile | 4 | ||||
-rw-r--r-- | net/netembryo/distinfo | 4 | ||||
-rw-r--r-- | net/netembryo/pkg-plist | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/net/netembryo/Makefile b/net/netembryo/Makefile index 15f8ea082893..a99d251c4ccd 100644 --- a/net/netembryo/Makefile +++ b/net/netembryo/Makefile @@ -6,13 +6,15 @@ # PORTNAME= netembryo -PORTVERSION= 0.0.4 +PORTVERSION= 0.0.5 CATEGORIES= net MASTER_SITES= http://lscube.org/files/downloads/netembryo/ MAINTAINER= ports@FreeBSD.org COMMENT= A network abstraction library used by for feng, libnemesi, felix +LICENSE= LGPLv2 + GNU_CONFIGURE= yes USE_GMAKE= yes USE_BZIP2= yes diff --git a/net/netembryo/distinfo b/net/netembryo/distinfo index c2a308e15f35..c2d0f9cd926a 100644 --- a/net/netembryo/distinfo +++ b/net/netembryo/distinfo @@ -1,2 +1,2 @@ -SHA256 (netembryo-0.0.4.tar.bz2) = c623c19eb65583a293f2815a72259bcfb8411a5a98f07c77256b20bdf59ca0bb -SIZE (netembryo-0.0.4.tar.bz2) = 452509 +SHA256 (netembryo-0.0.5.tar.bz2) = 5ca8ac883d255335d3fa047c861ffc61e6c74b98843a3b1093c40ca41ecc986b +SIZE (netembryo-0.0.5.tar.bz2) = 452744 diff --git a/net/netembryo/pkg-plist b/net/netembryo/pkg-plist index c66c1b2d1755..3349acb23fc3 100644 --- a/net/netembryo/pkg-plist +++ b/net/netembryo/pkg-plist @@ -4,6 +4,6 @@ include/netembryo/wsocket.h lib/libnetembryo.a lib/libnetembryo.la lib/libnetembryo.so -lib/libnetembryo.so.4 +lib/libnetembryo.so.5 libdata/pkgconfig/libnetembryo.pc @dirrm include/netembryo |