ports/102050: [PATCH] net/p5-IO-Socket-Multicast: update to 1.05

Jin-Shan Tseng tjs at cdpa.nsysu.edu.tw
Tue Aug 15 06:10:17 UTC 2006


>Number:         102050
>Category:       ports
>Synopsis:       [PATCH] net/p5-IO-Socket-Multicast: update to 1.05
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 15 06:10:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jin-Shan Tseng
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
NCHC
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Aug 14 14:48:58 CST 2006
>Description:
- Update to 1.05

Port maintainer (janos.mohacsi at bsd.hu) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-IO-Socket-Multicast-1.05.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/p5-IO-Socket-Multicast/Makefile /root/p5-IO-Socket-Multicast/Makefile
--- /usr/ports/net/p5-IO-Socket-Multicast/Makefile	Sat Jun 10 03:23:51 2006
+++ /root/p5-IO-Socket-Multicast/Makefile	Tue Aug 15 14:06:17 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	IO-Socket-Multicast
-PORTVERSION=	1.04
+PORTVERSION=	1.05
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	IO
@@ -15,11 +15,18 @@
 MAINTAINER=	janos.mohacsi at bsd.hu
 COMMENT=	Perl module to send and receive multicast messages
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/IO/Interface.pm:${PORTSDIR}/net/p5-IO-Interface
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/IO/Interface.pm:${PORTSDIR}/net/p5-IO-Interface
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 MAN3=		IO::Socket::Multicast.3
 
 PERL_CONFIGURE=	yes
+
+post-install:
+.ifndef(NOPORTDOCS)
+	@${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
+	@${MKDIR} ${EXAMPLESDIR}
+		${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
+.endif
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/net/p5-IO-Socket-Multicast/distinfo /root/p5-IO-Socket-Multicast/distinfo
--- /usr/ports/net/p5-IO-Socket-Multicast/distinfo	Sat Jun 10 03:23:51 2006
+++ /root/p5-IO-Socket-Multicast/distinfo	Tue Aug 15 13:52:14 2006
@@ -1,3 +1,3 @@
-MD5 (IO-Socket-Multicast-1.04.tar.gz) = c433622d7ca5149faf90c21107223e1f
-SHA256 (IO-Socket-Multicast-1.04.tar.gz) = 96415543ddc64dd099cabbcd3c3121d5adfd8043778ac8557bb20a413e6d4216
-SIZE (IO-Socket-Multicast-1.04.tar.gz) = 10466
+MD5 (IO-Socket-Multicast-1.05.tar.gz) = 40023f8c3f8d32f9ace111ae451dbee4
+SHA256 (IO-Socket-Multicast-1.05.tar.gz) = 0e066ea4ce1caaa64021dd40244407e67144236090e15c5411959560b8c268dd
+SIZE (IO-Socket-Multicast-1.05.tar.gz) = 10517
diff -ruN --exclude=CVS /usr/ports/net/p5-IO-Socket-Multicast/pkg-plist /root/p5-IO-Socket-Multicast/pkg-plist
--- /usr/ports/net/p5-IO-Socket-Multicast/pkg-plist	Sun Jan 22 10:45:53 2006
+++ /root/p5-IO-Socket-Multicast/pkg-plist	Tue Aug 15 14:07:07 2006
@@ -1,9 +1,13 @@
+ at comment $FreeBSD$
 %%SITE_PERL%%/%%PERL_ARCH%%/IO/Socket/Multicast.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket/Multicast/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket/Multicast/Multicast.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket/Multicast/Multicast.so
+%%PORTDOCS%%%%EXAMPLESDIR%%/client.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/server.pl
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket/Multicast
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/IO/Socket
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/IO
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
+%%PORTDOCS%%@dirrmtry %%EXAMPLESDIR%%
--- p5-IO-Socket-Multicast-1.05.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list