Index: head/print/abcm2ps/Makefile =================================================================== --- head/print/abcm2ps/Makefile (revision 454931) +++ head/print/abcm2ps/Makefile (revision 454932) @@ -1,41 +1,42 @@ # Created by: arved # $FreeBSD$ PORTNAME= abcm2ps PORTVERSION= 8.13.7 +PORTREVISION= 1 CATEGORIES= print audio MASTER_SITES= http://moinejf.free.fr/ MAINTAINER= araujo@FreeBSD.org COMMENT= Converts ABC to music sheet in PostScript format LICENSE= GPLv2 USES= cpe gettext-runtime MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" CPE_VENDOR= moinejf GNU_CONFIGURE= yes USE_GNOME= pango cairo glib20 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 ALL_TARGET= ${PORTNAME} PORTDOCS= Changes README deco.abc newfeatures.abc sample.abc sample2.abc\ sample3.abc sample4.abc voices.abc sample3.eps \ options.txt PLIST_FILES= bin/abcm2ps \ %%DATADIR%%/flute.fmt %%DATADIR%%/landscape.fmt \ %%DATADIR%%/musicfont.fmt OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/abcm2ps ${STAGEDIR}${PREFIX}/bin/ @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.fmt ${STAGEDIR}${DATADIR}/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .include Index: head/print/abcm2ps/files/patch-abcm2ps.c =================================================================== --- head/print/abcm2ps/files/patch-abcm2ps.c (nonexistent) +++ head/print/abcm2ps/files/patch-abcm2ps.c (revision 454932) @@ -0,0 +1,12 @@ +--- abcm2ps.c.orig 2017-02-02 14:03:34 UTC ++++ abcm2ps.c +@@ -422,8 +422,7 @@ static void display_version(int full) + fputs("abcm2ps-" VERSION " (" VDATE ")\n", stderr); + if (!full) + return; +- fputs("Compiled: " __DATE__ "\n" +- "Options:" ++ fputs("Options:" + #ifdef A4_FORMAT + " A4_FORMAT" + #endif Property changes on: head/print/abcm2ps/files/patch-abcm2ps.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property