Index: head/print/abcm2ps/files/patch-abcm2ps.c =================================================================== --- head/print/abcm2ps/files/patch-abcm2ps.c (revision 460305) +++ head/print/abcm2ps/files/patch-abcm2ps.c (nonexistent) @@ -1,12 +0,0 @@ ---- 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 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/print/abcm2ps/Makefile =================================================================== --- head/print/abcm2ps/Makefile (revision 460305) +++ head/print/abcm2ps/Makefile (revision 460306) @@ -1,42 +1,44 @@ # Created by: arved # $FreeBSD$ PORTNAME= abcm2ps -PORTVERSION= 8.13.7 -PORTREVISION= 1 +PORTVERSION= 8.13.19 +DISTVERSIONPREFIX= v 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\ +USE_GITHUB= yes +GH_ACCOUNT= leesavide + +PORTDOCS= 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/distinfo =================================================================== --- head/print/abcm2ps/distinfo (revision 460305) +++ head/print/abcm2ps/distinfo (revision 460306) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488988204 -SHA256 (abcm2ps-8.13.7.tar.gz) = 00b7704c512c0db4a747050ec93d4b13e16c50798cff375e2c809a6144dcafc5 -SIZE (abcm2ps-8.13.7.tar.gz) = 248659 +TIMESTAMP = 1517235037 +SHA256 (leesavide-abcm2ps-v8.13.19_GH0.tar.gz) = 587edc57cb4155516fff6d5834ebc3192a6b27539c50ef25ae1ae0240c5676f3 +SIZE (leesavide-abcm2ps-v8.13.19_GH0.tar.gz) = 252017 Index: head/print/abcm2ps/pkg-descr =================================================================== --- head/print/abcm2ps/pkg-descr (revision 460305) +++ head/print/abcm2ps/pkg-descr (revision 460306) @@ -1,5 +1,5 @@ abcm2ps is a command line program which converts ABC to music sheet in PostScript format. It is an extension of abc2ps which may handle many voices per staff. -WWW: http://moinejf.free.fr/ +WWW: https://github.com/leesavide/abcm2ps