diff options
author | araujo <araujo@FreeBSD.org> | 2017-03-09 00:01:51 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 19:58:59 +0800 |
commit | 3a19f32bc865bf0e23fc705e96e2190953855ebf (patch) | |
tree | 76fec21a9c43d8f8de674a7d8d5e4ca409902d98 /print | |
parent | 28e1d7fa5354e9abd360fe1926e3a4bfb16f853f (diff) | |
download | freebsd-ports-gnome-3a19f32bc865bf0e23fc705e96e2190953855ebf.tar.gz freebsd-ports-gnome-3a19f32bc865bf0e23fc705e96e2190953855ebf.tar.zst freebsd-ports-gnome-3a19f32bc865bf0e23fc705e96e2190953855ebf.zip |
- Update to 8.13.7.
- Add LICENSE.
- While here fix the warnings reported by stage-qa.
Diffstat (limited to 'print')
-rw-r--r-- | print/abcm2ps/Makefile | 9 | ||||
-rw-r--r-- | print/abcm2ps/distinfo | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/print/abcm2ps/Makefile b/print/abcm2ps/Makefile index f123b7862144..da79a9de620a 100644 --- a/print/abcm2ps/Makefile +++ b/print/abcm2ps/Makefile @@ -2,17 +2,22 @@ # $FreeBSD$ PORTNAME= abcm2ps -PORTVERSION= 8.13.1 +PORTVERSION= 8.13.7 CATEGORIES= print audio MASTER_SITES= http://moinejf.free.fr/ MAINTAINER= araujo@FreeBSD.org COMMENT= Converts ABC to music sheet in PostScript format -USES= cpe +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\ diff --git a/print/abcm2ps/distinfo b/print/abcm2ps/distinfo index 1a020f0807c7..67f68be09d24 100644 --- a/print/abcm2ps/distinfo +++ b/print/abcm2ps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1482316507 -SHA256 (abcm2ps-8.13.1.tar.gz) = aa32e6c777658f8b0d679bdb0d52cfb15cd5266903efccba6901c99f73332073 -SIZE (abcm2ps-8.13.1.tar.gz) = 239142 +TIMESTAMP = 1488988204 +SHA256 (abcm2ps-8.13.7.tar.gz) = 00b7704c512c0db4a747050ec93d4b13e16c50798cff375e2c809a6144dcafc5 +SIZE (abcm2ps-8.13.7.tar.gz) = 248659 |