Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 May 2014 12:49:28 GMT
From:      Nikola Kolev <koue@chaosophia.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/190107: [patch] sysutils/graffer: update version to 1.1
Message-ID:  <201405221249.s4MCnSR4068670@cgiserv.freebsd.org>
Resent-Message-ID: <201405221250.s4MCo3pW076196@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         190107
>Category:       ports
>Synopsis:       [patch] sysutils/graffer: update version to 1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 22 12:50:02 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Nikola Kolev
>Release:        10.0-RELEASE i386
>Organization:
-
>Environment:
FreeBSD 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr  8 06:43:36 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Update graffer version to 1.1.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2014-05-22 15:15:34.000000000 +0300
+++ Makefile	2014-05-22 15:32:58.000000000 +0300
@@ -1,8 +1,9 @@
 # Created by: Nikola Kolev <koue@chaosophia.net>
-# $FreeBSD: head/sysutils/graffer/Makefile 337466 2013-12-25 23:50:00Z bapt $
+# $FreeBSD$
 
 PORTNAME=	graffer
-PORTVERSION=	1.0
+PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://chaosophia.net/downloads/graffer/ \
 		http://ns1.chaosophia.net/downloads/graffer/
@@ -10,11 +11,9 @@ MASTER_SITES=	http://chaosophia.net/down
 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,8 +21,6 @@ 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/|" \
 		${WRKSRC}/graffer.[c8]
 	@${REINPLACE_CMD} -e "s|/etc/|${STAGEDIR}${PREFIX}/etc/|" \
--- distinfo.orig	2014-05-22 15:15:40.000000000 +0300
+++ distinfo	2014-05-22 15:21:33.000000000 +0300
@@ -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


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405221249.s4MCnSR4068670>