svn commit: r312222 - head/converters/osm2pgsql
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Feb 14 13:24:34 UTC 2013
Author: amdmi3
Date: Thu Feb 14 13:24:33 2013
New Revision: 312222
URL: http://svnweb.freebsd.org/changeset/ports/312222
Log:
- Update to r29250
- Trim header
- OptionsNG
Modified:
head/converters/osm2pgsql/Makefile
head/converters/osm2pgsql/distinfo
Modified: head/converters/osm2pgsql/Makefile
==============================================================================
--- head/converters/osm2pgsql/Makefile Thu Feb 14 13:19:51 2013 (r312221)
+++ head/converters/osm2pgsql/Makefile Thu Feb 14 13:24:33 2013 (r312222)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: osm2pgsql
-# Date created: 29 Jun 2011
-# Whom: Dmitry Marakasov <amdmi3 at FreeBSD.org>
-#
+# Created by: Dmitry Marakasov <amdmi3 at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= osm2pgsql
-PORTVERSION= r28721
+PORTVERSION= r29250
CATEGORIES= converters geography
MASTER_SITES= http://mirror.amdmi3.ru/distfiles/
@@ -32,13 +28,15 @@ PORTDOCS= ChangeLog README AUTHORS TODO
MAN1= osm2pgsql.1
+.include <bsd.port.options.mk>
+
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/m4/*.m4
run-autotools:
cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ./autogen.sh
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
post-install:
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
Modified: head/converters/osm2pgsql/distinfo
==============================================================================
--- head/converters/osm2pgsql/distinfo Thu Feb 14 13:19:51 2013 (r312221)
+++ head/converters/osm2pgsql/distinfo Thu Feb 14 13:24:33 2013 (r312222)
@@ -1,2 +1,2 @@
-SHA256 (osm2pgsql-r28721.tar.bz2) = 1271de58e7304772481746c6caab44386e3efb45be2122bfc11e88738ac2f350
-SIZE (osm2pgsql-r28721.tar.bz2) = 142224
+SHA256 (osm2pgsql-r29250.tar.bz2) = 253bdf0753d9a573bdbe2feb4e6fdc16ce8dd01f9a6771ab811a3430c2ff44d1
+SIZE (osm2pgsql-r29250.tar.bz2) = 152578
More information about the svn-ports-head
mailing list