ports/107720: [Update Version] net/gnet

Marcelo Araujo araujo at bsdmail.org
Tue Jan 9 23:10:20 UTC 2007


>Number:         107720
>Category:       ports
>Synopsis:       [Update Version] net/gnet
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 09 23:10:14 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcelo Araujo
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
BSD EXPERIENCE 
>Environment:


System: FreeBSD 6.2-PRERELEASE #2: Fri Nov 24 21:44:48 UTC 2006
    araujo at reloaded.freebsd.org:/usr/src/sys/i386/compile/RELOADED



>Description:


Update version portscout!


>How-To-Repeat:





>Fix:


--- gnet.diff begins here ---
--- /tmp/gnet/Makefile	Tue Jan  9 20:25:18 2007
+++ Makefile	Tue Jan  9 20:59:33 2007
@@ -6,20 +6,17 @@
 #
 
 PORTNAME=	gnet
-PORTVERSION=	1.1.4
-PORTREVISION=	1
+PORTVERSION=	2.0.7
 CATEGORIES=	net
 MASTER_SITES=	http://www.gnetlibrary.org/src/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	araujo at bsdmail.org
 COMMENT=	A simple network library built upon Glib
 
 USE_GNOME=	gnomehack glib12
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-MAN1=	gnet-config.1
-
 post-patch:
 # fix pthreads detection
 	@${REINPLACE_CMD} -E -e 's,-lpthread|-lc_r,${PTHREAD_LIBS},' \
@@ -38,6 +35,8 @@
 		${WRKSRC}/Makefile.in
 
 post-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/gnet-config ${PREFIX}/bin
-
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${DOCSDIR}
+.endif
 .include <bsd.port.mk>
--- /tmp/gnet/pkg-plist	Tue Jan  9 20:25:18 2007
+++ pkg-plist	Tue Jan  9 21:02:31 2007
@@ -1,50 +1,53 @@
-bin/gnet-config
-include/gnet/conn.h
-include/gnet/gnet.h
+include/gnet-2.0/base64.h
+include/gnet-2.0/conn-http.h
+include/gnet-2.0/conn.h
+include/gnet-2.0/gnet.h
+include/gnet-2.0/inetaddr.h
+include/gnet-2.0/iochannel.h
+include/gnet-2.0/ipv6.h
+include/gnet-2.0/mcast.h
+include/gnet-2.0/md5.h
+include/gnet-2.0/pack.h
+include/gnet-2.0/server.h
+include/gnet-2.0/sha.h
+include/gnet-2.0/socks.h
+include/gnet-2.0/tcp.h
+include/gnet-2.0/udp.h
+include/gnet-2.0/unix.h
+include/gnet-2.0/uri.h
 include/gnet/gnetconfig.h
-include/gnet/inetaddr.h
-include/gnet/iochannel.h
-include/gnet/mcast.h
-include/gnet/md5.h
-include/gnet/pack.h
-include/gnet/server.h
-include/gnet/sha.h
-include/gnet/socks.h
-include/gnet/tcp.h
-include/gnet/udp.h
-include/gnet/unix.h
-include/gnet/url.h
-lib/libgnet.a
-lib/libgnet.la
-lib/libgnet.so
-lib/libgnet.so.1
-libdata/pkgconfig/gnet.pc
-share/aclocal/gnet.m4
-share/doc/libgnet1.1-dev/html/book1.html
-share/doc/libgnet1.1-dev/html/gnet-conn.html
-share/doc/libgnet1.1-dev/html/gnet-developers-tips.html
-share/doc/libgnet1.1-dev/html/gnet-developers.html
-share/doc/libgnet1.1-dev/html/gnet-examples.html
-share/doc/libgnet1.1-dev/html/gnet-gnet.html
-share/doc/libgnet1.1-dev/html/gnet-inetaddr.html
-share/doc/libgnet1.1-dev/html/gnet-iochannel.html
-share/doc/libgnet1.1-dev/html/gnet-mcast.html
-share/doc/libgnet1.1-dev/html/gnet-md5.html
-share/doc/libgnet1.1-dev/html/gnet-overview.html
-share/doc/libgnet1.1-dev/html/gnet-pack.html
-share/doc/libgnet1.1-dev/html/gnet-server.html
-share/doc/libgnet1.1-dev/html/gnet-sha.html
-share/doc/libgnet1.1-dev/html/gnet-socks.html
-share/doc/libgnet1.1-dev/html/gnet-tcp.html
-share/doc/libgnet1.1-dev/html/gnet-udp.html
-share/doc/libgnet1.1-dev/html/gnet-unix.html
-share/doc/libgnet1.1-dev/html/gnet-url.html
-share/doc/libgnet1.1-dev/html/hfetch.html
-share/doc/libgnet1.1-dev/html/index.html
-share/doc/libgnet1.1-dev/html/index.sgml
-share/doc/libgnet1.1-dev/html/libgnet-reference.html
-share/doc/libgnet1.1-dev/html/sdr.html
-share/doc/libgnet1.1-dev/html/tests.html
- at dirrm share/doc/libgnet1.1-dev/html
- at dirrm share/doc/libgnet1.1-dev
- at dirrm include/gnet
+lib/libgnet-2.0.a
+lib/libgnet-2.0.la
+lib/libgnet-2.0.so
+lib/libgnet-2.0.so.6
+libdata/pkgconfig/gnet-2.0.pc
+share/aclocal/gnet-2.0.m4
+%%DOCSDIR%%/gnet-base64.html
+%%DOCSDIR%%/gnet-conn-http.html
+%%DOCSDIR%%/gnet-conn.html
+%%DOCSDIR%%/gnet-developers-async.html
+%%DOCSDIR%%/gnet-developers-tips.html
+%%DOCSDIR%%/gnet-developers.html
+%%DOCSDIR%%/gnet-examples-other.html
+%%DOCSDIR%%/gnet-examples.html
+%%DOCSDIR%%/gnet-gnet.html
+%%DOCSDIR%%/gnet-inetaddr.html
+%%DOCSDIR%%/gnet-iochannel.html
+%%DOCSDIR%%/gnet-ipv6.html
+%%DOCSDIR%%/gnet-mcast.html
+%%DOCSDIR%%/gnet-md5.html
+%%DOCSDIR%%/gnet-overview.html
+%%DOCSDIR%%/gnet-pack.html
+%%DOCSDIR%%/gnet-server.html
+%%DOCSDIR%%/gnet-sha.html
+%%DOCSDIR%%/gnet-socks.html
+%%DOCSDIR%%/gnet-tcp.html
+%%DOCSDIR%%/gnet-udp.html
+%%DOCSDIR%%/gnet-unix.html
+%%DOCSDIR%%/gnet-uri.html
+%%DOCSDIR%%/index.html
+%%DOCSDIR%%/libgnet-reference.html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+share/gtk-doc/html/gnet/index.sgml
+share/nls/POSIX
+share/nls/en_US.US-ASCII
--- /tmp/gnet/distinfo	Tue Jan  9 20:25:18 2007
+++ distinfo	Tue Jan  9 20:26:47 2007
@@ -1,3 +1,3 @@
-MD5 (gnet-1.1.4.tar.gz) = dbd03fc1bd34d611671a83564a225bb1
-SHA256 (gnet-1.1.4.tar.gz) = 5a188ddcb44e17b6d604f97cdd856fe08f80d3c79974b59ab2ece79245d2df56
-SIZE (gnet-1.1.4.tar.gz) = 363006
+MD5 (gnet-2.0.7.tar.gz) = 3a7a40411775688fe4c42141ab007048
+SHA256 (gnet-2.0.7.tar.gz) = f749a157dda0f0efa07fa1b207b6df35371190ab5e60cc97ee87c15de394e64a
+SIZE (gnet-2.0.7.tar.gz) = 608961
--- gnet.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list