aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authortdb <tdb@FreeBSD.org>2014-06-03 18:12:41 +0800
committertdb <tdb@FreeBSD.org>2014-06-03 18:12:41 +0800
commit42495d2d7ac2a699335da0a0cb6f9e6948d08faf (patch)
tree76a5247485cc7e4e7c84a038176e73153b9479eb /sysutils
parent2f6d604837c018c22c89c2dbc64c02e06e529a81 (diff)
downloadfreebsd-ports-gnome-42495d2d7ac2a699335da0a0cb6f9e6948d08faf.tar.gz
freebsd-ports-gnome-42495d2d7ac2a699335da0a0cb6f9e6948d08faf.tar.zst
freebsd-ports-gnome-42495d2d7ac2a699335da0a0cb6f9e6948d08faf.zip
Update to version 1.1
PR: 190107 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/graffer/Makefile16
-rw-r--r--sysutils/graffer/distinfo4
2 files changed, 8 insertions, 12 deletions
diff --git a/sysutils/graffer/Makefile b/sysutils/graffer/Makefile
index 01ecc3b5623d..7c81742ef04c 100644
--- a/sysutils/graffer/Makefile
+++ b/sysutils/graffer/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= graffer
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= http://chaosophia.net/downloads/graffer/ \
http://ns1.chaosophia.net/downloads/graffer/
@@ -10,11 +10,9 @@ MASTER_SITES= http://chaosophia.net/downloads/graffer/ \
MAINTAINER= koue@chaosophia.net
COMMENT= Utility to render graphical statistics
-LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
-
-USES= iconv
-MAKE_ARGS= "LD_GD=gd"
-MAKE_END+= __MAKE_CONF=/dev/null
+LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libpng15.so:${PORTSDIR}/graphics/png \
+ libfreetype.so:${PORTSDIR}/print/freetype2
PLIST_FILES= bin/graffer \
etc/graffer/graffer.conf.example \
@@ -22,11 +20,9 @@ PLIST_FILES= bin/graffer \
PLIST_DIRS= etc/graffer
post-patch:
- @${REINPLACE_CMD} -e 's|-lgd|-l$${LD_GD}|; s| -lttf||' \
- ${WRKSRC}/Makefile
- @${REINPLACE_CMD} -e "s|/etc/|${STAGEDIR}${PREFIX}/etc/|" \
+ @${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|" \
${WRKSRC}/graffer.[c8]
- @${REINPLACE_CMD} -e "s|/etc/|${STAGEDIR}${PREFIX}/etc/|" \
+ @${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|" \
${WRKSRC}/graffer.conf.example
do-install:
diff --git a/sysutils/graffer/distinfo b/sysutils/graffer/distinfo
index a7f1baf55a06..4b75a4a7a766 100644
--- a/sysutils/graffer/distinfo
+++ b/sysutils/graffer/distinfo
@@ -1,2 +1,2 @@
-SHA256 (graffer-1.0.tar.gz) = 2e5a31f0e6a0b62d352795ca5b48cc8e08e91e0a1b3d6c9296f8cdf2aef810ea
-SIZE (graffer-1.0.tar.gz) = 15900
+SHA256 (graffer-1.1.tar.gz) = 1c823653dbd86b3c42c0505895dc6ce24a4ceeb2e5c4757a8a7c2550aa464ac1
+SIZE (graffer-1.1.tar.gz) = 94394