Bug 185612

Summary: [MAINTAINER-UPDATE] graphics/librasterlite: update to 1.1g
Product: Ports & Packages Reporter: Loïc Bartoletti <lbartoletti>
Component: Individual Port(s)Assignee: Pawel Pekala <pawel>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Loïc Bartoletti freebsd_committer freebsd_triage 2014-01-09 17:30:00 UTC
Update graphics/librasterlite to 1.1g
Add staging

Fix: Patch attached with submission follows:
Comment 1 Loïc Bartoletti freebsd_committer freebsd_triage 2014-01-09 17:31:33 UTC
Redport's logs :
https://redports.org/buildarchive/20140109165655-16922/

lbartoletti
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2014-01-16 18:11:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-01-16 18:45:05 UTC
Author: pawel
Date: Thu Jan 16 18:44:57 2014
New Revision: 339962
URL: http://svnweb.freebsd.org/changeset/ports/339962
QAT: https://qat.redports.org/buildarchive/r339962/

Log:
  - Update to version 1.1g [1]
  - Allow staging [1]
  - Switch to new LIB_DEPENDS format
  - USE_GMAKE -> USES=gmake
  - Use one tab before REINPLACE_CMD
  
  PR:		ports/185612 [1]
  Submitted by:	maintainer

Modified:
  head/graphics/librasterlite/Makefile
  head/graphics/librasterlite/distinfo   (contents, props changed)

Modified: head/graphics/librasterlite/Makefile
==============================================================================
--- head/graphics/librasterlite/Makefile	Thu Jan 16 18:41:08 2014	(r339961)
+++ head/graphics/librasterlite/Makefile	Thu Jan 16 18:44:57 2014	(r339962)
@@ -2,36 +2,33 @@
 # $FreeBSD$
 
 PORTNAME=	librasterlite
-PORTVERSION=	1.1e
-PORTREVISION=	2
+PORTVERSION=	1.1g
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/librasterlite-sources/
 
 MAINTAINER=	coder@tuxfamily.org
 COMMENT=	Library that stores and retrieves raster coverages using a SpatiaLite
 
-LIB_DEPENDS=	spatialite:${PORTSDIR}/databases/spatialite \
-		sqlite3:${PORTSDIR}/databases/sqlite3 \
-		geotiff:${PORTSDIR}/graphics/libgeotiff \
-		jbig:${PORTSDIR}/graphics/jbigkit \
-		jpeg:${PORTSDIR}/graphics/jpeg \
-		png15:${PORTSDIR}/graphics/png \
-		geos:${PORTSDIR}/graphics/geos \
-		proj:${PORTSDIR}/graphics/proj \
-		tiff:${PORTSDIR}/graphics/tiff \
-		freexl:${PORTSDIR}/textproc/freexl
+LIB_DEPENDS=	libspatialite.so:${PORTSDIR}/databases/spatialite \
+		libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
+		libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \
+		libjbig.so:${PORTSDIR}/graphics/jbigkit \
+		libjpeg.so:${PORTSDIR}/graphics/jpeg \
+		libpng15.so:${PORTSDIR}/graphics/png \
+		libgeos.so:${PORTSDIR}/graphics/geos \
+		libproj.so:${PORTSDIR}/graphics/proj \
+		libtiff.so:${PORTSDIR}/graphics/tiff \
+		libfreexl.so:${PORTSDIR}/textproc/freexl
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig iconv
-USE_GMAKE=	yes
+USES=		gmake iconv pkgconfig
 USE_LDCONFIG=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 post-patch:
-		@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \
+	@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \
 		${WRKSRC}/Makefile.in
 
 .include <bsd.port.mk>

Modified: head/graphics/librasterlite/distinfo
==============================================================================
--- head/graphics/librasterlite/distinfo	Thu Jan 16 18:41:08 2014	(r339961)
+++ head/graphics/librasterlite/distinfo	Thu Jan 16 18:44:57 2014	(r339962)
@@ -1,2 +1,2 @@
-SHA256 (librasterlite-1.1e.tar.gz) = f9425f1c442f5a3433c977ff17f24840244f824c43b6fe30ea828ac283452e9b
-SIZE (librasterlite-1.1e.tar.gz) = 626354
+SHA256 (librasterlite-1.1g.tar.gz) = 0a8dceb75f8dec2b7bd678266e0ffd5210d7c33e3d01b247e9e92fa730eebcb3
+SIZE (librasterlite-1.1g.tar.gz) = 629592
_______________________________________________
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"
Comment 4 Pawel Pekala freebsd_committer freebsd_triage 2014-01-16 18:45:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!