diff options
author | garga <garga@FreeBSD.org> | 2005-12-21 17:23:47 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-12-21 17:23:47 +0800 |
commit | ab158fa7e3b13cad2dc5ab3feb476be6893e79ba (patch) | |
tree | b8ad2b20b3cb8a1093fa844d038336b72d50b210 /net | |
parent | c35adc60c8cf56d356427f87cd20ccd2ff505ec0 (diff) | |
download | freebsd-ports-gnome-ab158fa7e3b13cad2dc5ab3feb476be6893e79ba.tar.gz freebsd-ports-gnome-ab158fa7e3b13cad2dc5ab3feb476be6893e79ba.tar.zst freebsd-ports-gnome-ab158fa7e3b13cad2dc5ab3feb476be6893e79ba.zip |
o Update net/net6 to 1.2.1 [1]
o Update devel/obby to 0.3.0 [1]
o Update editors/gobby to 0.3.0 [2]
o Update net/sobby to 0.3.0 [3]
PR: ports/90520
Submitted by: Wesley Shields <wxs@csh.rit.edu> [1] [2],
Andreas Kohn <andreas@syndrom23.de> [3]
Approved by: Andreas Kohn <andreas@syndrom23.de> (maintainer) [1]
Diffstat (limited to 'net')
-rw-r--r-- | net/net6/Makefile | 2 | ||||
-rw-r--r-- | net/net6/distinfo | 5 | ||||
-rw-r--r-- | net/net6/pkg-plist | 15 | ||||
-rw-r--r-- | net/sobby/Makefile | 5 | ||||
-rw-r--r-- | net/sobby/distinfo | 5 |
5 files changed, 20 insertions, 12 deletions
diff --git a/net/net6/Makefile b/net/net6/Makefile index 7e01e6f5f54e..036da7e3ce56 100644 --- a/net/net6/Makefile +++ b/net/net6/Makefile @@ -6,7 +6,7 @@ # PORTNAME= net6 -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.1 CATEGORIES= net devel MASTER_SITES= http://releases.0x539.de/net6/ diff --git a/net/net6/distinfo b/net/net6/distinfo index 1900b8abfc67..d2f1e53c66a3 100644 --- a/net/net6/distinfo +++ b/net/net6/distinfo @@ -1,2 +1,3 @@ -MD5 (net6-1.1.0.tar.gz) = 522229474ff554a4ce883002011d0fbb -SIZE (net6-1.1.0.tar.gz) = 369898 +MD5 (net6-1.2.1.tar.gz) = e5e22450144b7a788955164729ef5034 +SHA256 (net6-1.2.1.tar.gz) = 0f3f3db01ca3613f9e4f407eeb5395745df770a92eb654ce0c7c71c0322fa4fc +SIZE (net6-1.2.1.tar.gz) = 376538 diff --git a/net/net6/pkg-plist b/net/net6/pkg-plist index b7d81b4c6212..083c184eeb4e 100644 --- a/net/net6/pkg-plist +++ b/net/net6/pkg-plist @@ -1,20 +1,27 @@ include/net6/address.hpp include/net6/client.hpp include/net6/connection.hpp +include/net6/common.hpp include/net6/default_accumulator.hpp include/net6/error.hpp +include/net6/gettext_package.hpp include/net6/host.hpp +include/net6/local.hpp include/net6/main.hpp include/net6/non_copyable.hpp +include/net6/object.hpp include/net6/packet.hpp -include/net6/peer.hpp include/net6/select.hpp +include/net6/serialise.hpp include/net6/server.hpp include/net6/socket.hpp -lib/libnet6-1.1.so -lib/libnet6-1.1.so.0 +include/net6/user.hpp +lib/libnet6-1.2.so +lib/libnet6-1.2.so.0 lib/libnet6.a lib/libnet6.so -libdata/pkgconfig/net6-1.1.pc +libdata/pkgconfig/net6-1.2.pc %%NLS%%share/locale/de/LC_MESSAGES/net6.mo +%%NLS%%share/locale/fr/LC_MESSAGES/net6.mo +%%NLS%%share/locale/sv/LC_MESSAGES/net6.mo @dirrm include/net6 diff --git a/net/sobby/Makefile b/net/sobby/Makefile index 9fe15bf90b17..02d044fd6176 100644 --- a/net/sobby/Makefile +++ b/net/sobby/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sobby -PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTVERSION= 0.3.0 CATEGORIES= net MASTER_SITES= http://releases.0x539.de/sobby/ @@ -27,7 +26,7 @@ PLIST_FILES= bin/sobby .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -IGNORE= "Some dependencies does not run on FreeBSD \< 5.x" +IGNORE= some dependencies does not run on FreeBSD < 5.x .endif .include <bsd.port.post.mk> diff --git a/net/sobby/distinfo b/net/sobby/distinfo index 74b309457077..dc97aeeae951 100644 --- a/net/sobby/distinfo +++ b/net/sobby/distinfo @@ -1,2 +1,3 @@ -MD5 (sobby-0.2.0.tar.gz) = 68e740d9ad051e7939de29fa2c28da56 -SIZE (sobby-0.2.0.tar.gz) = 104063 +MD5 (sobby-0.3.0.tar.gz) = 5408fc08d610be5aac4476c6ea6277f9 +SHA256 (sobby-0.3.0.tar.gz) = fe2d778208c3c5f3cee7c3981b9227217d2f781d86b957db512bb4d800970f56 +SIZE (sobby-0.3.0.tar.gz) = 109363 |