Index: head/deskutils/calcurse/Makefile =================================================================== --- head/deskutils/calcurse/Makefile (revision 300842) +++ head/deskutils/calcurse/Makefile (revision 300843) @@ -1,49 +1,51 @@ # Ports collection makefile for: calcurse # Date created: Nov 1, 2005 # Whom: Herbert J. Skuhra # # $FreeBSD$ +# PORTNAME= calcurse -PORTVERSION= 2.9.2 +PORTVERSION= 3.0.0 CATEGORIES= deskutils MASTER_SITES= http://calcurse.org/files/ \ ftp://ftp2.culot.org/culot/ MAINTAINER= culot@FreeBSD.org COMMENT= A text-based calendar and scheduling application LICENSE= BSD -USE_GMAKE= yes +OPTIONS_DEFINE= DOCS NLS + +CONFIGURE_ARGS= --without-asciidoc GNU_CONFIGURE= yes +USE_GMAKE= yes -CONFIGURE_ARGS+= --without-asciidoc - MAN1= calcurse.1 -.if defined(WITHOUT_NLS) -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.else +.include + +.if empty(PORT_OPTIONS:MDOCS) +CONFIGURE_ARGS+= --disable-docs +.endif + +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " .endif post-patch: -.if !defined(NOPORTDOCS) - ${REINPLACE_CMD} -e \ - 's|^docdir = .*|docdir = ${DOCSDIR}|' \ - ${WRKSRC}/doc/Makefile.in -.else -CONFIGURE_ARGS+= --disable-docs +.if ${PORT_OPTIONS:MDOCS} + @${REINPLACE_CMD} -e 's|^docdir = .*|docdir = ${DOCSDIR}|' ${WRKSRC}/doc/Makefile.in .endif post-install: -.if defined(NOPORTDOCS) -.for file in ${MAN1} - @${INSTALL_MAN} ${WRKSRC}/doc/${file} ${MANPREFIX}/man/man1 -.endfor +.if empty(PORT_OPTIONS:MDOCS) + cd ${WRKSRC}/doc/ && ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1/ .endif .include Property changes on: head/deskutils/calcurse/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/deskutils/calcurse/distinfo =================================================================== --- head/deskutils/calcurse/distinfo (revision 300842) +++ head/deskutils/calcurse/distinfo (revision 300843) @@ -1,2 +1,2 @@ -SHA256 (calcurse-2.9.2.tar.gz) = e116c52fb82a051b38950bdbdb3f9df99fce2713c64d3eda1de236bacba28a55 -SIZE (calcurse-2.9.2.tar.gz) = 517071 +SHA256 (calcurse-3.0.0.tar.gz) = 8a633120a8da250bce11d746a98c9aac3309235a3acdf19d001ab36e62cacdfa +SIZE (calcurse-3.0.0.tar.gz) = 682545 Property changes on: head/deskutils/calcurse/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/deskutils/calcurse/pkg-plist =================================================================== --- head/deskutils/calcurse/pkg-plist (revision 300842) +++ head/deskutils/calcurse/pkg-plist (revision 300843) @@ -1,9 +1,12 @@ bin/calcurse +bin/calcurse-upgrade %%PORTDOCS%%%%DOCSDIR%%/manual.html +%%PORTDOCS%%%%DOCSDIR%%/submitting-patches.html %%NLS%%share/locale/de/LC_MESSAGES/calcurse.mo %%NLS%%share/locale/en/LC_MESSAGES/calcurse.mo %%NLS%%share/locale/es/LC_MESSAGES/calcurse.mo %%NLS%%share/locale/fr/LC_MESSAGES/calcurse.mo %%NLS%%share/locale/nl/LC_MESSAGES/calcurse.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/calcurse.mo %%NLS%%share/locale/ru/LC_MESSAGES/calcurse.mo %%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/deskutils/calcurse/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property