Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Sep 2012 21:58:21 +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: r303794 - in head/graphics/mapyrus: . files
Message-ID:  <201209062158.q86LwL3r090794@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Thu Sep  6 21:58:21 2012
New Revision: 303794
URL: http://svn.freebsd.org/changeset/ports/303794

Log:
  - Update to 1.202
  - Restore %%VAR%%s inadvertently replaced in a previous commit (r300533),
    and remove trailing whitespaces (files/mapyrus.in)
  
  BuildLog:	http://goo.gl/32Z0f

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

Modified: head/graphics/mapyrus/distinfo
==============================================================================
--- head/graphics/mapyrus/distinfo	Thu Sep  6 21:48:46 2012	(r303793)
+++ head/graphics/mapyrus/distinfo	Thu Sep  6 21:58:21 2012	(r303794)
@@ -1,2 +1,2 @@
-SHA256 (mapyrus-1.201.zip) = 0e535b4ce9b1d6b882495e661c9556aa47ced75267baf7e4cb3bb982522ca5ed
-SIZE (mapyrus-1.201.zip) = 5048784
+SHA256 (mapyrus-1.202.zip) = a563b0fbb2cba9a3607499c43de97e698c1e480c865dc83ad6d6f3b986d636fb
+SIZE (mapyrus-1.202.zip) = 5055087

Modified: head/graphics/mapyrus/files/mapyrus.in
==============================================================================
--- head/graphics/mapyrus/files/mapyrus.in	Thu Sep  6 21:48:46 2012	(r303793)
+++ head/graphics/mapyrus/files/mapyrus.in	Thu Sep  6 21:58:21 2012	(r303794)
@@ -11,5 +11,4 @@ else
     MAPYRUS_ARGS="$@"
 fi
 JAVA_VERSION="1.5+" \
-	exec "/usr/local/bin/java" ${JAVA_AWT_HEADLESS} -jar "/usr/local/share/java/mapyrus/mapyrus.jar" ${MAPYRUS_ARGS}
-	
\ No newline at end of file
+	exec "%%LOCALBASE%%/bin/java" ${JAVA_AWT_HEADLESS} -jar "%%DATADIR%%/mapyrus.jar" ${MAPYRUS_ARGS}

Modified: head/graphics/mapyrus/pkg-plist
==============================================================================
--- head/graphics/mapyrus/pkg-plist	Thu Sep  6 21:48:46 2012	(r303793)
+++ head/graphics/mapyrus/pkg-plist	Thu Sep  6 21:58:21 2012	(r303794)
@@ -92,6 +92,7 @@ bin/mapyrus
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutoriallines7.mapyrus
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutoriallines8.mapyrus
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutoriallines9.mapyrus
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialpdfgroup.mapyrus
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialpiechart1.mapyrus
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialpolygons1.mapyrus
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialpolygons2.mapyrus



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