Date: Tue, 16 Mar 2010 15:03:52 GMT From: Andras Horvath <han@log69.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/144793: graphics/aaphoto update to 0.36 Message-ID: <201003161503.o2GF3qIC042900@www.freebsd.org> Resent-Message-ID: <201003161510.o2GFA1PM003405@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 144793 >Category: ports >Synopsis: graphics/aaphoto update to 0.36 >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: Tue Mar 16 15:10:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Andras Horvath >Release: 8.0-RELEASE-p2 >Organization: >Environment: >Description: version update to 0.36 i would not consider this version feature safe. i changed the directory name in the compressed archive from aaphoto-v0.36 to aaphoto-0.36 to follow standards. new dependency: graphics/jpeg changelog can be found here: http://log69.com/downloads/changelog.txt >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ru aaphoto.old/Makefile aaphoto/Makefile --- aaphoto.old/Makefile 2010-02-27 21:10:05.000000000 +0100 +++ aaphoto/Makefile 2010-03-16 15:43:42.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= aaphoto -PORTVERSION= 0.35 +PORTVERSION= 0.36 CATEGORIES= graphics MASTER_SITES= http://log69.com/downloads/ DISTNAME= ${PORTNAME}_sources_v${PORTVERSION} @@ -15,13 +15,14 @@ COMMENT= Auto Adjust Photo, automatic color correction of photos LIB_DEPENDS= jasper:${PORTSDIR}/graphics/jasper \ + jpeg:${PORTSDIR}/graphics/jpeg \ png:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/aaphoto diff -ru aaphoto.old/distinfo aaphoto/distinfo --- aaphoto.old/distinfo 2010-02-27 21:10:05.000000000 +0100 +++ aaphoto/distinfo 2010-03-16 15:54:22.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (aaphoto_sources_v0.35.tar.gz) = 5ffc02fe5c762d714b6c118ca4e62ad2 -SHA256 (aaphoto_sources_v0.35.tar.gz) = 926f1a4d72366fecc1a9f34f94f1bc1816b7e8fd357b39c554286953f61635c3 -SIZE (aaphoto_sources_v0.35.tar.gz) = 256736 +MD5 (aaphoto_sources_v0.36.tar.gz) = 811d4c9e8cf4694113af904f03e89c61 +SHA256 (aaphoto_sources_v0.36.tar.gz) = d657430dc9089e4bb0e97178ee86966c0ce9c3ee706475e452d0dc7a24f6e9ff +SIZE (aaphoto_sources_v0.36.tar.gz) = 261955 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003161503.o2GF3qIC042900>