svn commit: r396881 - head/astro/readosm

Thomas Zander riggs at FreeBSD.org
Mon Sep 14 05:44:29 UTC 2015


Author: riggs
Date: Mon Sep 14 05:44:28 2015
New Revision: 396881
URL: https://svnweb.freebsd.org/changeset/ports/396881

Log:
  Update to upstream version 1.0.0e
  
  While on it:
  - Pet portlint
  
  PR:		202496
  Submitted by:	coder at tuxfamily.org (maintainer)

Modified:
  head/astro/readosm/Makefile
  head/astro/readosm/distinfo

Modified: head/astro/readosm/Makefile
==============================================================================
--- head/astro/readosm/Makefile	Mon Sep 14 04:36:05 2015	(r396880)
+++ head/astro/readosm/Makefile	Mon Sep 14 05:44:28 2015	(r396881)
@@ -5,7 +5,7 @@ PORTNAME=	readosm
 PORTVERSION=	1.0.0
 CATEGORIES=	astro geography devel
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
-DISTNAME=	${PORTNAME}-${PORTVERSION}d
+DISTNAME=	${PORTNAME}-${PORTVERSION}e
 
 MAINTAINER=	coder at tuxfamily.org
 COMMENT=	Extract valid data from within an Open Street Map input file
@@ -15,9 +15,9 @@ LICENSE_COMB=	dual
 
 LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}d
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}e
 GNU_CONFIGURE=	yes
-USES=		gmake libtool pkgconfig pathfix
+USES=		gmake libtool pathfix pkgconfig
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}

Modified: head/astro/readosm/distinfo
==============================================================================
--- head/astro/readosm/distinfo	Mon Sep 14 04:36:05 2015	(r396880)
+++ head/astro/readosm/distinfo	Mon Sep 14 05:44:28 2015	(r396881)
@@ -1,2 +1,2 @@
-SHA256 (readosm-1.0.0d.tar.gz) = f056d26489610699802a2a44e315750383af303cf7dcdc580c52bb5ed4d136e3
-SIZE (readosm-1.0.0d.tar.gz) = 1095751
+SHA256 (readosm-1.0.0e.tar.gz) = 1fd839e05b411db6ba1ca6199bf3334ab9425550a58e129c07ad3c6d39299acf
+SIZE (readosm-1.0.0e.tar.gz) = 1096062


More information about the svn-ports-all mailing list