Date: Sat, 2 Nov 2013 03:20:17 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/183567: deskutils/mencal: Update to version 3.0 Message-ID: <20131102032017.80b0c46b8d9de335208d247b@yahoo.com> Resent-Message-ID: <201311011840.rA1Ie4FG027266@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 183567 >Category: ports >Synopsis: deskutils/mencal: Update to version 3.0 >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: Fri Nov 01 18:40:04 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 3.0 New file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/deskutils/mencal/Makefile deskutils/mencal/Makefile --- /usr/ports/deskutils/mencal/Makefile 2013-09-22 01:05:28.000000000 +0900 +++ deskutils/mencal/Makefile 2013-11-02 00:00:00.000000000 +0900 @@ -2,27 +2,25 @@ # $FreeBSD: head/deskutils/mencal/Makefile 327718 2013-09-20 16:21:37Z bapt $ PORTNAME= mencal -PORTVERSION= 2.4 +PORTVERSION= 3.0 CATEGORIES= deskutils MASTER_SITES= http://kyberdigi.cz/projects/mencal/files/ MAINTAINER= ports@FreeBSD.org -COMMENT= A variation of the unix command cal +COMMENT= Simple variation of the unix command cal LICENSE= GPLv2 NO_BUILD= yes -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= ${PORTNAME} USE_PERL5= run PLIST_FILES= bin/mencal -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e '/^#!/s|/.*|${PERL} -w|' ${WRKSRC}/${PORTNAME} - do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/mencal ${PREFIX}/bin + (cd ${WRKSRC} && ${INSTALL_SCRIPT} ${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin) .include <bsd.port.mk> diff -urN /usr/ports/deskutils/mencal/distinfo deskutils/mencal/distinfo --- /usr/ports/deskutils/mencal/distinfo 2013-06-21 04:01:40.000000000 +0900 +++ deskutils/mencal/distinfo 2013-11-02 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (mencal-2.4.tar.gz) = dcb603fcfb36f5bdce69e22ff52ff12b953de08531392d94557c29e5de492c69 -SIZE (mencal-2.4.tar.gz) = 19191 +SHA256 (mencal-3.0.tar.gz) = 9328d0b2f3f57847e8753c5184531f4832be7123d1b6623afdff892074c03080 +SIZE (mencal-3.0.tar.gz) = 19560 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131102032017.80b0c46b8d9de335208d247b>