From 55006592488f48fdc10cab7136109a4adca60784 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 14 Feb 2013 13:24:33 +0000 Subject: - Update to r29250 - Trim header - OptionsNG --- converters/osm2pgsql/Makefile | 12 +++++------- converters/osm2pgsql/distinfo | 4 ++-- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile index 0eeb57ee89eb..df0e5fdd1c18 100644 --- a/converters/osm2pgsql/Makefile +++ b/converters/osm2pgsql/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: osm2pgsql -# Date created: 29 Jun 2011 -# Whom: Dmitry Marakasov -# +# Created by: Dmitry Marakasov # $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 + 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} diff --git a/converters/osm2pgsql/distinfo b/converters/osm2pgsql/distinfo index a50620479690..2c489492186b 100644 --- a/converters/osm2pgsql/distinfo +++ b/converters/osm2pgsql/distinfo @@ -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 -- cgit