aboutsummaryrefslogtreecommitdiff
path: root/converters/osm2pgrouting/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/osm2pgrouting/Makefile')
-rw-r--r--converters/osm2pgrouting/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/converters/osm2pgrouting/Makefile b/converters/osm2pgrouting/Makefile
index 6112e120bf3f..c92fe5616c0c 100644
--- a/converters/osm2pgrouting/Makefile
+++ b/converters/osm2pgrouting/Makefile
@@ -2,15 +2,14 @@
PORTNAME= osm2pgrouting
DISTVERSIONPREFIX= v
-DISTVERSION= 2.3.6
-PORTREVISION= 4
+DISTVERSION= 2.3.7
CATEGORIES= converters databases geography
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= Import OSM data into pgRouting database
LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libexpat.so:textproc/expat2 \
@@ -24,11 +23,11 @@ WANT_PGSQL= client
OPTIONS_DEFINE= DOCS
-PORTDOCS= Readme.md
+PORTDOCS= README.md
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share/osm2pgrouting/mapconfig.xml|${PREFIX}/etc/${PORTNAME}/mapconfig.xml|' \
${WRKSRC}/src/utilities/prog_options.cpp \
- ${WRKSRC}/Readme.md
+ ${WRKSRC}/README.md
.include <bsd.port.mk>