From owner-svn-ports-all@freebsd.org Wed Mar 9 08:27:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CF309DBD5C; Wed, 9 Mar 2016 08:27:34 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25B63A35; Wed, 9 Mar 2016 08:27:34 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u298RXv7031084; Wed, 9 Mar 2016 08:27:33 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u298RWxA031081; Wed, 9 Mar 2016 08:27:32 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201603090827.u298RWxA031081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Wed, 9 Mar 2016 08:27:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410695 - head/astro/routino X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 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: Wed, 09 Mar 2016 08:27:34 -0000 Author: bofh Date: Wed Mar 9 08:27:32 2016 New Revision: 410695 URL: https://svnweb.freebsd.org/changeset/ports/410695 Log: astro/routino: Update version 3.0=>3.1.1 Modified: head/astro/routino/Makefile head/astro/routino/distinfo head/astro/routino/pkg-plist Modified: head/astro/routino/Makefile ============================================================================== --- head/astro/routino/Makefile Wed Mar 9 07:46:56 2016 (r410694) +++ head/astro/routino/Makefile Wed Mar 9 08:27:32 2016 (r410695) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= routino -PORTVERSION= 3.0 +PORTVERSION= 3.1.1 CATEGORIES= astro MASTER_SITES= http://www.routino.org/download/ @@ -13,9 +13,9 @@ LICENSE= AGPLv3 OPTIONS_DEFINE= DOCS USES= gmake perl5 tar:tgz -USE_GCC= any +#USE_GCC= any USE_LDCONFIG= yes -MAKE_JOBS_UNSAFE= yes +#MAKE_JOBS_UNSAFE= yes post-patch: ${REINPLACE_CMD} 's|doc/routino|share/doc/routino|' \ @@ -28,7 +28,5 @@ post-install: "! -name Makefile") ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STRIP_CMD} ${STAGEDIR}${WWWDIR}/bin/* - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libroutino-slim.so - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libroutino.so .include Modified: head/astro/routino/distinfo ============================================================================== --- head/astro/routino/distinfo Wed Mar 9 07:46:56 2016 (r410694) +++ head/astro/routino/distinfo Wed Mar 9 08:27:32 2016 (r410695) @@ -1,2 +1,2 @@ -SHA256 (routino-3.0.tgz) = 376512ef9627ce5c12e8c7a98dba7fe5125acfb89a9f9ee6758fbe36b5cf942f -SIZE (routino-3.0.tgz) = 1776362 +SHA256 (routino-3.1.1.tgz) = 23b9fce43f0a85c9efe220c6c72026dd7b37f6a4a5153bb9dc4c4b0747c7f282 +SIZE (routino-3.1.1.tgz) = 1795118 Modified: head/astro/routino/pkg-plist ============================================================================== --- head/astro/routino/pkg-plist Wed Mar 9 07:46:56 2016 (r410694) +++ head/astro/routino/pkg-plist Wed Mar 9 08:27:32 2016 (r410695) @@ -35,8 +35,6 @@ bin/router-slim %%PORTDOCS%%%%DOCSDIR%%/html/tagging.html %%PORTDOCS%%%%DOCSDIR%%/html/usage.html include/routino.h -lib/libroutino-slim.so -lib/libroutino.so %%DATADIR%%/profiles.xml %%DATADIR%%/tagging-drive.xml %%DATADIR%%/tagging-ride.xml @@ -912,8 +910,10 @@ lib/libroutino.so %%WWWDIR%%/%%WWWDIR%%/icons/waypoint-home.png %%WWWDIR%%/%%WWWDIR%%/icons/waypoint-left.png %%WWWDIR%%/%%WWWDIR%%/icons/waypoint-locate.png +%%WWWDIR%%/%%WWWDIR%%/icons/waypoint-loop.png %%WWWDIR%%/%%WWWDIR%%/icons/waypoint-recentre.png %%WWWDIR%%/%%WWWDIR%%/icons/waypoint-remove.png +%%WWWDIR%%/%%WWWDIR%%/icons/waypoint-reverse.png %%WWWDIR%%/%%WWWDIR%%/icons/waypoint-right.png %%WWWDIR%%/%%WWWDIR%%/icons/waypoint-search.png %%WWWDIR%%/%%WWWDIR%%/icons/waypoint-up.png