diff options
author | sylvio <sylvio@FreeBSD.org> | 2011-09-02 08:34:00 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2011-09-02 08:34:00 +0800 |
commit | 6552a4663f970ba09118c3518c62cdb41b40c0c1 (patch) | |
tree | 2b7caf8fdadb73c0cc52131259a7fe4a2d9fe376 /net | |
parent | 4714713bc73eacb146c70d2e056accca51f77ab7 (diff) | |
download | freebsd-ports-graphics-6552a4663f970ba09118c3518c62cdb41b40c0c1.tar.gz freebsd-ports-graphics-6552a4663f970ba09118c3518c62cdb41b40c0c1.tar.zst freebsd-ports-graphics-6552a4663f970ba09118c3518c62cdb41b40c0c1.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 15f8ea08289..a99d251c4cc 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 c2a308e15f3..c2d0f9cd926 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 c66c1b2d175..3349acb23fc 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 |