From owner-svn-ports-all@FreeBSD.ORG Thu Sep 6 21:58:22 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E480106566B; Thu, 6 Sep 2012 21:58:22 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 308038FC16; Thu, 6 Sep 2012 21:58:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q86LwM4r090798; Thu, 6 Sep 2012 21:58:22 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q86LwL3r090794; Thu, 6 Sep 2012 21:58:21 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201209062158.q86LwL3r090794@svn.freebsd.org> From: Nicola Vitale Date: Thu, 6 Sep 2012 21:58:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303794 - in head/graphics/mapyrus: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 21:58:22 -0000 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