Date: Fri, 28 Feb 2014 10:11:48 +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: r346480 - head/deskutils/calcurse Message-ID: <201402281011.s1SABmdJ017849@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Fri Feb 28 10:11:47 2014 New Revision: 346480 URL: http://svnweb.freebsd.org/changeset/ports/346480 QAT: https://qat.redports.org/buildarchive/r346480/ Log: - Support staging - Convert to USES framework - Update LICENSE (BSD 2-clause) - Fix erroneous conditional install of manpage (leading to PORTREVISION bump) Modified: head/deskutils/calcurse/Makefile head/deskutils/calcurse/pkg-plist Modified: head/deskutils/calcurse/Makefile ============================================================================== --- head/deskutils/calcurse/Makefile Fri Feb 28 10:11:21 2014 (r346479) +++ head/deskutils/calcurse/Makefile Fri Feb 28 10:11:47 2014 (r346480) @@ -3,23 +3,21 @@ PORTNAME= calcurse PORTVERSION= 3.1.4 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://calcurse.org/files/ MAINTAINER= culot@FreeBSD.org COMMENT= Text-based calendar and scheduling application -LICENSE= BSD +LICENSE= BSD2CLAUSE OPTIONS_DEFINE= DOCS NLS -CONFIGURE_ARGS= --without-asciidoc +USES= gmake GNU_CONFIGURE= yes -USE_GMAKE= yes - -MAN1= calcurse.1 +CONFIGURE_ARGS= --without-asciidoc -NO_STAGE= yes .include <bsd.port.options.mk> .if empty(PORT_OPTIONS:MDOCS) @@ -40,8 +38,6 @@ post-patch: .endif post-install: -.if empty(PORT_OPTIONS:MDOCS) - cd ${WRKSRC}/doc/ && ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1/ -.endif + ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1/${PORTNAME}.1 .include <bsd.port.mk> Modified: head/deskutils/calcurse/pkg-plist ============================================================================== --- head/deskutils/calcurse/pkg-plist Fri Feb 28 10:11:21 2014 (r346479) +++ head/deskutils/calcurse/pkg-plist Fri Feb 28 10:11:47 2014 (r346480) @@ -1,5 +1,6 @@ bin/calcurse bin/calcurse-upgrade +man/man1/calcurse.1.gz %%PORTDOCS%%%%DOCSDIR%%/manual.html %%PORTDOCS%%%%DOCSDIR%%/submitting-patches.html %%NLS%%share/locale/de/LC_MESSAGES/calcurse.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402281011.s1SABmdJ017849>