- 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
This commit is contained in:
Nicola Vitale 2013-06-13 20:18:12 +00:00
parent 88ee563bac
commit adf18c83c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320836
5 changed files with 9 additions and 8 deletions

View file

@ -2,8 +2,8 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= mapyrus PORTNAME= mapyrus
PORTVERSION= 1.202 PORTVERSION= 1.302
PORTREVISION= 1 PORTREVISION= 0
CATEGORIES= graphics print java CATEGORIES= graphics print java
MASTER_SITES= SF MASTER_SITES= SF
@ -21,7 +21,8 @@ USE_ZIP= yes
DATADIR= ${JAVASHAREDIR}/${PORTNAME} DATADIR= ${JAVASHAREDIR}/${PORTNAME}
SUB_FILES= ${PORTNAME} pkg-message SUB_FILES= ${PORTNAME} pkg-message
SUB_LIST= MAPYRUSJAR=${MAPYRUSJAR} SUB_LIST= JAVA_VERSION=${JAVA_VERSION} \
MAPYRUSJAR=${MAPYRUSJAR}
MAPYRUSJAR= ${PORTNAME}.jar MAPYRUSJAR= ${PORTNAME}.jar
MAPYRUSDOCS= ${PORTNAME}.pdf MAPYRUSDOCS= ${PORTNAME}.pdf

View file

@ -1,2 +1,2 @@
SHA256 (mapyrus-1.202.zip) = a563b0fbb2cba9a3607499c43de97e698c1e480c865dc83ad6d6f3b986d636fb SHA256 (mapyrus-1.302.zip) = 51414f6a8e5696dfe347a220612306958d9ad2e9ca8d2b284d0b5dc56521c614
SIZE (mapyrus-1.202.zip) = 5055087 SIZE (mapyrus-1.302.zip) = 5113116

View file

@ -10,5 +10,5 @@ if [ -z "$1" ]; then
else else
MAPYRUS_ARGS="$@" MAPYRUS_ARGS="$@"
fi fi
JAVA_VERSION="1.6+" \ JAVA_VERSION="%%JAVAVERSION%%" \
exec "%%LOCALBASE%%/bin/java" ${JAVA_AWT_HEADLESS} -jar "%%DATADIR%%/mapyrus.jar" ${MAPYRUS_ARGS} exec "%%LOCALBASE%%/bin/java" ${JAVA_AWT_HEADLESS} -jar "%%DATADIR%%/mapyrus.jar" ${MAPYRUS_ARGS}

View file

@ -3,5 +3,4 @@ and labels to PostScript (high resolution, up to A0 paper size),
Portable Document Format (PDF), Scalable Vector Graphics (SVG) format Portable Document Format (PDF), Scalable Vector Graphics (SVG) format
and web image output formats. and web image output formats.
Author: Simon Chenery WWW: http://mapyrus.sourceforge.net
WWW: http://mapyrus.sourceforge.net

View file

@ -34,6 +34,7 @@ bin/mapyrus
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turtle7.mapyrus %%PORTEXAMPLES%%%%EXAMPLESDIR%%/turtle7.mapyrus
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialattribute1.mapyrus %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialattribute1.mapyrus
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialattribute2.mapyrus %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialattribute2.mapyrus
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialcolor1.mapyrus
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialdatasets1.mapyrus %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialdatasets1.mapyrus
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialdatasets1.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialdatasets1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialdatasets10.mapyrus %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialdatasets10.mapyrus