Date: Tue, 11 Feb 2014 08:02:04 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343722 - head/deskutils/when Message-ID: <201402110802.s1B82457074933@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Tue Feb 11 08:02:03 2014 New Revision: 343722 URL: http://svnweb.freebsd.org/changeset/ports/343722 QAT: https://qat.redports.org/buildarchive/r343722/ Log: - Update to 1.1.31 [1] - Support staging - Add LICENSE (Artistic 1 & GPL 1) PR: ports/186494 [1] Submitted by: Stuart Barkley <stuartb@4gh.net> Added: head/deskutils/when/pkg-plist (contents, props changed) Modified: head/deskutils/when/Makefile head/deskutils/when/distinfo Modified: head/deskutils/when/Makefile ============================================================================== --- head/deskutils/when/Makefile Tue Feb 11 07:54:11 2014 (r343721) +++ head/deskutils/when/Makefile Tue Feb 11 08:02:03 2014 (r343722) @@ -2,24 +2,25 @@ # $FreeBSD$ PORTNAME= when -PORTVERSION= 1.1.22 +PORTVERSION= 1.1.31 CATEGORIES= deskutils MASTER_SITES= LOCAL/culot MAINTAINER= culot@FreeBSD.org COMMENT= Simple personal calendar -USES= perl5 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 shebangfix USE_PERL5= run NO_BUILD= yes -PLIST_FILES= bin/${PORTNAME} -MAN1= ${PORTNAME}.1 +SHEBANGFILES= when WRKSRC= ${WRKDIR}/${PORTNAME}_dist -NO_STAGE= yes do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ - @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/ + @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ .include <bsd.port.mk> Modified: head/deskutils/when/distinfo ============================================================================== --- head/deskutils/when/distinfo Tue Feb 11 07:54:11 2014 (r343721) +++ head/deskutils/when/distinfo Tue Feb 11 08:02:03 2014 (r343722) @@ -1,2 +1,2 @@ -SHA256 (when-1.1.22.tar.gz) = ceba61724a1685529319fe379e0c14a9226f3bf4f60b499169fe11bf3eaec71d -SIZE (when-1.1.22.tar.gz) = 47096 +SHA256 (when-1.1.31.tar.gz) = 5b76a660bc234e53d19a1ba6024364394ee57e8b843acc5e43d73be091a8e49b +SIZE (when-1.1.31.tar.gz) = 47113 Added: head/deskutils/when/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/when/pkg-plist Tue Feb 11 08:02:03 2014 (r343722) @@ -0,0 +1,2 @@ +bin/when +man/man1/when.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402110802.s1B82457074933>