Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2013 20:18:12 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320836 - in head/graphics/mapyrus: . files
Message-ID:  <201306132018.r5DKICaP096939@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Thu Jun 13 20:18:12 2013
New Revision: 320836
URL: http://svnweb.freebsd.org/changeset/ports/320836

Log:
  - Update to 1.302
  - Add JAVA_VERSION to SUB_LIST
  - Remove Author field from pkg-descr, fix WWW one
  
  Build log:	http://goo.gl/pGex8
  Release notes:	http://goo.gl/hIJz7

Modified:
  head/graphics/mapyrus/Makefile   (contents, props changed)
  head/graphics/mapyrus/distinfo   (contents, props changed)
  head/graphics/mapyrus/files/mapyrus.in
  head/graphics/mapyrus/pkg-descr   (contents, props changed)
  head/graphics/mapyrus/pkg-plist

Modified: head/graphics/mapyrus/Makefile
==============================================================================
--- head/graphics/mapyrus/Makefile	Thu Jun 13 19:56:33 2013	(r320835)
+++ head/graphics/mapyrus/Makefile	Thu Jun 13 20:18:12 2013	(r320836)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	mapyrus
-PORTVERSION=	1.202
-PORTREVISION=	1
+PORTVERSION=	1.302
+PORTREVISION=	0
 CATEGORIES=	graphics print java
 MASTER_SITES=	SF
 
@@ -21,7 +21,8 @@ USE_ZIP=	yes
 
 DATADIR=	${JAVASHAREDIR}/${PORTNAME}
 SUB_FILES=	${PORTNAME} pkg-message
-SUB_LIST=	MAPYRUSJAR=${MAPYRUSJAR}
+SUB_LIST=	JAVA_VERSION=${JAVA_VERSION} \
+		MAPYRUSJAR=${MAPYRUSJAR}
 
 MAPYRUSJAR=	${PORTNAME}.jar
 MAPYRUSDOCS=	${PORTNAME}.pdf

Modified: head/graphics/mapyrus/distinfo
==============================================================================
--- head/graphics/mapyrus/distinfo	Thu Jun 13 19:56:33 2013	(r320835)
+++ head/graphics/mapyrus/distinfo	Thu Jun 13 20:18:12 2013	(r320836)
@@ -1,2 +1,2 @@
-SHA256 (mapyrus-1.202.zip) = a563b0fbb2cba9a3607499c43de97e698c1e480c865dc83ad6d6f3b986d636fb
-SIZE (mapyrus-1.202.zip) = 5055087
+SHA256 (mapyrus-1.302.zip) = 51414f6a8e5696dfe347a220612306958d9ad2e9ca8d2b284d0b5dc56521c614
+SIZE (mapyrus-1.302.zip) = 5113116

Modified: head/graphics/mapyrus/files/mapyrus.in
==============================================================================
--- head/graphics/mapyrus/files/mapyrus.in	Thu Jun 13 19:56:33 2013	(r320835)
+++ head/graphics/mapyrus/files/mapyrus.in	Thu Jun 13 20:18:12 2013	(r320836)
@@ -10,5 +10,5 @@ if [ -z "$1" ]; then
 else
     MAPYRUS_ARGS="$@"
 fi
-JAVA_VERSION="1.6+" \
+JAVA_VERSION="%%JAVAVERSION%%" \
 	exec "%%LOCALBASE%%/bin/java" ${JAVA_AWT_HEADLESS} -jar "%%DATADIR%%/mapyrus.jar" ${MAPYRUS_ARGS}

Modified: head/graphics/mapyrus/pkg-descr
==============================================================================
--- head/graphics/mapyrus/pkg-descr	Thu Jun 13 19:56:33 2013	(r320835)
+++ head/graphics/mapyrus/pkg-descr	Thu Jun 13 20:18:12 2013	(r320836)
@@ -3,5 +3,4 @@ and labels to PostScript (high resolutio
 Portable Document Format (PDF), Scalable Vector Graphics (SVG) format
 and web image output formats.
 
-Author:	Simon Chenery
-WWW:	http://mapyrus.sourceforge.net
+WWW: http://mapyrus.sourceforge.net

Modified: head/graphics/mapyrus/pkg-plist
==============================================================================
--- head/graphics/mapyrus/pkg-plist	Thu Jun 13 19:56:33 2013	(r320835)
+++ head/graphics/mapyrus/pkg-plist	Thu Jun 13 20:18:12 2013	(r320836)
@@ -34,6 +34,7 @@ bin/mapyrus
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/turtle7.mapyrus
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialattribute1.mapyrus
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialattribute2.mapyrus
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialcolor1.mapyrus
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialdatasets1.mapyrus
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialdatasets1.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialdatasets10.mapyrus



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306132018.r5DKICaP096939>