Date: Mon, 18 Jul 2005 07:47:52 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: tobez@FreeBSD.org Subject: ports/83638: [PATCH] sysutils/p5-Filesys-DiskSpace: fix plist Message-ID: <20050717234752.51F64B29CEF@utopia.leeym.com> Resent-Message-ID: <200507172350.j6HNoCOn002346@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050717234752.51F64B29CEF>