Bug 184101 - [MAINTAINER-UPDATE] graphics/libgaiagraphics 0.4b -> 0.5
Summary: [MAINTAINER-UPDATE] graphics/libgaiagraphics 0.4b -> 0.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-20 06:20 UTC by Loïc Bartoletti
Modified: 2013-11-30 15:10 UTC (History)
0 users

See Also:


Attachments
file.diff (2.75 KB, patch)
2013-11-20 06:20 UTC, Loïc Bartoletti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Loïc Bartoletti freebsd_committer freebsd_triage 2013-11-20 06:20:00 UTC
Update libgaiagraphics


Build details via Redports :
https://redports.org/buildarchive/20131117092553-44286/

Fix: Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-11-30 15:03:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-11-30 15:03:34 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-11-30 15:03:36 UTC
Author: wg
Date: Sat Nov 30 15:03:28 2013
New Revision: 335295
URL: http://svnweb.freebsd.org/changeset/ports/335295

Log:
  graphics/libgaiagraphics: update to 0.5
  
  - Update to 0.5
  - Allow staging
  - Convert lib depends to new format
  - Use space in WWW
  
  PR:		ports/184101
  Submitted by:	maintainer

Modified:
  head/graphics/libgaiagraphics/Makefile
  head/graphics/libgaiagraphics/distinfo
  head/graphics/libgaiagraphics/pkg-descr

Modified: head/graphics/libgaiagraphics/Makefile
==============================================================================
--- head/graphics/libgaiagraphics/Makefile	Sat Nov 30 14:55:34 2013	(r335294)
+++ head/graphics/libgaiagraphics/Makefile	Sat Nov 30 15:03:28 2013	(r335295)
@@ -2,30 +2,25 @@
 # $FreeBSD$
 
 PORTNAME=	libgaiagraphics
-PORTVERSION=	0.4b
+PORTVERSION=	0.5
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
 
 MAINTAINER=	coder@tuxfamily.org
 COMMENT=	Library supporting common-utility raster handling methods
 
-LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
-		tiff:${PORTSDIR}/graphics/tiff \
-		geotiff:${PORTSDIR}/graphics/libgeotiff \
-		jpeg:${PORTSDIR}/graphics/jpeg \
-		cairo:${PORTSDIR}/graphics/cairo
+LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png \
+		libtiff.so:${PORTSDIR}/graphics/tiff \
+		libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \
+		libjpeg.so:${PORTSDIR}/graphics/jpeg \
+		libcairo.so:${PORTSDIR}/graphics/cairo
 
-GNU_CONFIGURE=	yes
-USES=		iconv gmake pkgconfig
-
-CFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
-CONFIGURE_ARGS+=CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+USES=		gmake iconv pathfix pkgconfig
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
-post-patch:
-	@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
-		${WRKSRC}/Makefile.in
+CFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
 
 .include <bsd.port.mk>

Modified: head/graphics/libgaiagraphics/distinfo
==============================================================================
--- head/graphics/libgaiagraphics/distinfo	Sat Nov 30 14:55:34 2013	(r335294)
+++ head/graphics/libgaiagraphics/distinfo	Sat Nov 30 15:03:28 2013	(r335295)
@@ -1,2 +1,2 @@
-SHA256 (libgaiagraphics-0.4b.tar.gz) = e4ef90cc8224ecc92ad4294d4ee856b77205b19462729648c66d62b72c3b4ede
-SIZE (libgaiagraphics-0.4b.tar.gz) = 451786
+SHA256 (libgaiagraphics-0.5.tar.gz) = ccab293319eef1e77d18c41ba75bc0b6328d0fc3c045bb1d1c4f9d403676ca1c
+SIZE (libgaiagraphics-0.5.tar.gz) = 485775

Modified: head/graphics/libgaiagraphics/pkg-descr
==============================================================================
--- head/graphics/libgaiagraphics/pkg-descr	Sat Nov 30 14:55:34 2013	(r335294)
+++ head/graphics/libgaiagraphics/pkg-descr	Sat Nov 30 15:03:28 2013	(r335295)
@@ -1,4 +1,4 @@
 libgaiagraphics is an open source library supporting common-utility
 raster handling methods.
 
-WWW:	https://www.gaia-gis.it/fossil/libgaiagraphics/index
+WWW: https://www.gaia-gis.it/fossil/libgaiagraphics/index
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"