ports/83638: [PATCH] sysutils/p5-Filesys-DiskSpace: fix plist

Yen-Ming Lee leeym at FreeBSD.org
Sun Jul 17 23:50:13 UTC 2005


>Number:         83638
>Category:       ports
>Synopsis:       [PATCH] sysutils/p5-Filesys-DiskSpace: fix plist
>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 17 23:50:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Jul 17 07:50:25 CST 2005
>Description:
- fix plist (remove *.orig after patch), and unbreak this port

Port maintainer (tobez at FreeBSD.org) is cc'd.

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

--- p5-Filesys-DiskSpace-0.05.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/p5-Filesys-DiskSpace/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	17 Jul 2005 19:51:16 -0000	1.6
+++ Makefile	17 Jul 2005 23:46:53 -0000
@@ -15,10 +15,11 @@
 MAINTAINER=	tobez at FreeBSD.org
 COMMENT=	Perl equivalent of statfs(2)
 
-BROKEN=		Incomplete pkg-plist
-
 PERL_CONFIGURE=	yes
 
 MAN3=		Filesys::DiskSpace.3
 
+post-patch:
+	@${FIND} ${WRKSRC} -name "*.orig" -delete
+
 .include <bsd.port.mk>
--- p5-Filesys-DiskSpace-0.05.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list