diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2013-06-13 20:18:12 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2013-06-13 20:18:12 +0000 |
commit | adf18c83c48c6551c758216cc9061a8c1aba6079 (patch) | |
tree | 0f19f8e85a2fca246cd242b385ebedbc00a31801 /graphics/mapyrus | |
parent | 88ee563bacb2ed9d683c01c16ff9810c4b5093bc (diff) | |
download | ports-adf18c83c48c6551c758216cc9061a8c1aba6079.tar.gz ports-adf18c83c48c6551c758216cc9061a8c1aba6079.zip |
Notes
Diffstat (limited to 'graphics/mapyrus')
-rw-r--r-- | graphics/mapyrus/Makefile | 7 | ||||
-rw-r--r-- | graphics/mapyrus/distinfo | 4 | ||||
-rw-r--r-- | graphics/mapyrus/files/mapyrus.in | 2 | ||||
-rw-r--r-- | graphics/mapyrus/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/mapyrus/pkg-plist | 1 |
5 files changed, 9 insertions, 8 deletions
diff --git a/graphics/mapyrus/Makefile b/graphics/mapyrus/Makefile index 5e07f10324a9..bda0060877f7 100644 --- a/graphics/mapyrus/Makefile +++ b/graphics/mapyrus/Makefile @@ -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 diff --git a/graphics/mapyrus/distinfo b/graphics/mapyrus/distinfo index bee18db85eb7..31d8ea806120 100644 --- a/graphics/mapyrus/distinfo +++ b/graphics/mapyrus/distinfo @@ -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 diff --git a/graphics/mapyrus/files/mapyrus.in b/graphics/mapyrus/files/mapyrus.in index b7b9de1ab618..e4053295a2df 100644 --- a/graphics/mapyrus/files/mapyrus.in +++ b/graphics/mapyrus/files/mapyrus.in @@ -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} diff --git a/graphics/mapyrus/pkg-descr b/graphics/mapyrus/pkg-descr index 393ba2505fb6..663fb8c95754 100644 --- a/graphics/mapyrus/pkg-descr +++ b/graphics/mapyrus/pkg-descr @@ -3,5 +3,4 @@ and labels to PostScript (high resolution, up to A0 paper size), 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 diff --git a/graphics/mapyrus/pkg-plist b/graphics/mapyrus/pkg-plist index 59f7d69224a4..b0e73462fd9c 100644 --- a/graphics/mapyrus/pkg-plist +++ b/graphics/mapyrus/pkg-plist @@ -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 |