From owner-svn-ports-head@FreeBSD.ORG Sat Feb 16 19:20:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5A201FAE; Sat, 16 Feb 2013 19:20:26 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 35FAA977; Sat, 16 Feb 2013 19:20:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1GJKQRa005124; Sat, 16 Feb 2013 19:20:26 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1GJKP03005118; Sat, 16 Feb 2013 19:20:25 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201302161920.r1GJKP03005118@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Sat, 16 Feb 2013 19:20:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312382 - head/finance/frontaccounting X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2013 19:20:26 -0000 Author: rm Date: Sat Feb 16 19:20:25 2013 New Revision: 312382 URL: http://svnweb.freebsd.org/changeset/ports/312382 Log: - update to 2.3.14 while here: - trim Makefile header - add missing file to pkg-plist - remove bogus PORTDOCS variable - it's not used anyhow in the port itself for docs installing (it's handled manually), but setting PORTDOCS implies removin ${PREFIX}/share/doc/${PORTNAME} directory at deinstall that the port do not creates in first place, producing warning about that - tweak the docs path in PORTDOCSARGS - remove trailing whitespace in pkg-descr PR: 175444 Submitted by: Janketh Jay (maintainer) Modified: head/finance/frontaccounting/Makefile head/finance/frontaccounting/distinfo head/finance/frontaccounting/pkg-descr head/finance/frontaccounting/pkg-plist Modified: head/finance/frontaccounting/Makefile ============================================================================== --- head/finance/frontaccounting/Makefile Sat Feb 16 19:18:53 2013 (r312381) +++ head/finance/frontaccounting/Makefile Sat Feb 16 19:20:25 2013 (r312382) @@ -1,13 +1,11 @@ # Created by: Janky Jay -# # $FreeBSD$ -# PORTNAME= frontaccounting -DISTVERSION= 2.3.13 +DISTVERSION= 2.3.14 CATEGORIES= finance www MASTER_SITES= SF -MASTER_SITE_SUBDIR= frontaccounting/FrontAccounting-2.3/${PORTVERSION} +MASTER_SITE_SUBDIR= ${PORTNAME}/FrontAccounting-2.3/${PORTVERSION} MAINTAINER= ek@purplehat.org COMMENT= Simple, powerful system for the entire ERP chain @@ -21,7 +19,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes SUB_FILES= pkg-install pkg-deinstall pkg-message -PORTDOCS= * SHAREOWN= ${WWWOWN} SHAREGRP= ${WWWGRP} @@ -46,7 +43,7 @@ RUN_DEPENDS+= mysqld_safe:${PORTSDIR}/da .if ${PORT_OPTIONS:MDOCS} PORTDOCSARGS= .else -PORTDOCSARGS= '-not -path "./docs*"' +PORTDOCSARGS= '-not -path "./doc*"' .endif do-install: Modified: head/finance/frontaccounting/distinfo ============================================================================== --- head/finance/frontaccounting/distinfo Sat Feb 16 19:18:53 2013 (r312381) +++ head/finance/frontaccounting/distinfo Sat Feb 16 19:20:25 2013 (r312382) @@ -1,2 +1,2 @@ -SHA256 (frontaccounting-2.3.13.tar.gz) = cff92915eb6a369520d176b8af8d7d3bcab47037aa66ad8d895cf8b7214ce286 -SIZE (frontaccounting-2.3.13.tar.gz) = 1254437 +SHA256 (frontaccounting-2.3.14.tar.gz) = 2326e84e87ef2d49320637c13b962c82dac3f7599e91f5d96b8ced598ad117e0 +SIZE (frontaccounting-2.3.14.tar.gz) = 1256456 Modified: head/finance/frontaccounting/pkg-descr ============================================================================== --- head/finance/frontaccounting/pkg-descr Sat Feb 16 19:18:53 2013 (r312381) +++ head/finance/frontaccounting/pkg-descr Sat Feb 16 19:20:25 2013 (r312382) @@ -1,6 +1,6 @@ -FrontAccounting is a simple, but powerful, system for the +FrontAccounting is a simple, but powerful, system for the entire ERP chain and covers: - + Purchase Orders Goods Receivable Notes Supplier Invoices/Credit Notes @@ -17,7 +17,7 @@ Allocations Accounts Receivable Among many others... -FrontAccounting is free and released under the GNU General +FrontAccounting is free and released under the GNU General Public License. WWW: http://www.frontaccounting.com/ Modified: head/finance/frontaccounting/pkg-plist ============================================================================== --- head/finance/frontaccounting/pkg-plist Sat Feb 16 19:18:53 2013 (r312381) +++ head/finance/frontaccounting/pkg-plist Sat Feb 16 19:20:25 2013 (r312382) @@ -409,6 +409,7 @@ %%WWWDIR%%/reporting/rep303.php %%WWWDIR%%/reporting/rep304.php %%WWWDIR%%/reporting/rep305.php +%%WWWDIR%%/reporting/rep306.php %%WWWDIR%%/reporting/rep401.php %%WWWDIR%%/reporting/rep409.php %%WWWDIR%%/reporting/rep501.php