ports/69566: [PATCH] net/IO-Socket-Multicast: pkg-descr changes
Cheng-Lung Sung
clsung at dragon2.net
Sun Jul 25 13:50:09 UTC 2004
>Number: 69566
>Category: ports
>Synopsis: [PATCH] net/IO-Socket-Multicast: pkg-descr changes
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Jul 25 13:50:08 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Cheng-Lung Sung
>Release: FreeBSD 4.10-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Wed Jun 9 11:27:45 CST
>Description:
- use @unexec rmdir instead of @dirrm to respect parent directory.
Port maintainer (janos.mohacsi at bsd.hu) is cc'd.
Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:
--- p5-IO-Socket-Multicast-0.25.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/p5-IO-Socket-Multicast/Makefile /home/clsung/p5-IO-Socket-Multicast/Makefile
--- /usr/ports/net/p5-IO-Socket-Multicast/Makefile Tue Nov 4 00:17:52 2003
+++ /home/clsung/p5-IO-Socket-Multicast/Makefile Sun Jul 25 21:42:21 2004
@@ -9,7 +9,7 @@
PORTVERSION= 0.25
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= IO
+MASTER_SITE_SUBDIR= IO
PKGNAMEPREFIX= p5-
MAINTAINER= janos.mohacsi at bsd.hu
diff -ruN --exclude=CVS /usr/ports/net/p5-IO-Socket-Multicast/pkg-plist /home/clsung/p5-IO-Socket-Multicast/pkg-plist
--- /usr/ports/net/p5-IO-Socket-Multicast/pkg-plist Fri Oct 24 23:14:55 2003
+++ /home/clsung/p5-IO-Socket-Multicast/pkg-plist Sun Jul 25 21:41:54 2004
@@ -2,8 +2,8 @@
%%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
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/IO/Socket
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/IO
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket/Multicast
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/IO/Socket 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/IO 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO 2>/dev/null || true
--- p5-IO-Socket-Multicast-0.25.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list