Date: Sat, 04 Dec 2010 00:25:41 -0800 From: Charlie Kester <corky1951@comcast.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/152825: [PATCH] graphics/sng: update to 1.0.5, take maintainership Message-ID: <20101204082544.3B925106564A@hub.freebsd.org> Resent-Message-ID: <201012040830.oB48UCOp038333@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 152825 >Category: ports >Synopsis: [PATCH] graphics/sng: update to 1.0.5, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 04 08:30:12 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Charlie Kester >Release: FreeBSD 8.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD atom.local 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Fri Dec 3 20:10:55 PST 2010 root@atom.local:/usr/obj/usr/src/sys/ATOM i386 >Description: Update to 1.0.5 Take maintainership ----------- >From the author's NEWS, version 1.0.5: * finds newer locations of the rgb.txt file, * is adapted for altered extension handling in recent libpng versions. ----------- Version 1.0.4 was a minor bug fix to canonicalize code Version 1.0.3 added some RPM packaging fixes, and thus didn't affect the FreeBSD port ----------- >How-To-Repeat: >Fix: ------------ Files added or deleted: None Minor changes only ------------ --- sng-1.0.5.diff begins here --- diff -ruN /usr/ports/graphics/sng/Makefile ./sng/Makefile --- /usr/ports/graphics/sng/Makefile 2010-03-27 23:37:59.000000000 -0700 +++ ./sng/Makefile 2010-12-03 22:32:11.000000000 -0800 @@ -7,12 +7,11 @@ # PORTNAME= sng -PORTVERSION= 1.0.2 -PORTREVISION= 3 +PORTVERSION= 1.0.5 CATEGORIES= graphics -MASTER_SITES= SF +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= corky1951@comcast.net COMMENT= Compiler/decompiler for Scriptable Network Graphics BUILD_DEPENDS= ${LOCALBASE}/lib/X11/rgb.txt:${PORTSDIR}/x11/rgb @@ -20,8 +19,8 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-png-inc=${LOCALBASE}/include \ +CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS+= --with-png-inc=${LOCALBASE}/include \ --with-rgbtxt=${LOCALBASE}/lib/X11/rgb.txt MAN1= sng.1 diff -ruN /usr/ports/graphics/sng/distinfo ./sng/distinfo --- /usr/ports/graphics/sng/distinfo 2005-11-25 17:48:03.000000000 -0800 +++ ./sng/distinfo 2010-12-03 22:25:20.000000000 -0800 @@ -1,3 +1,2 @@ -MD5 (sng-1.0.2.tar.gz) = 7bcbab5d60435da9aa106f3da926c049 -SHA256 (sng-1.0.2.tar.gz) = acab8c438d689b997b73e21a5cf16961a47fadf0491e5d0f876dadaf7d17e41d -SIZE (sng-1.0.2.tar.gz) = 98088 +SHA256 (sng-1.0.5.tar.gz) = 533839f659c44e8c50137011a9bdcb174a2080ad8f470ebfa150cc722b7eed49 +SIZE (sng-1.0.5.tar.gz) = 118893 --- sng-1.0.5.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101204082544.3B925106564A>