svn commit: r312382 - head/finance/frontaccounting
Ruslan Mahmatkhanov
rm at FreeBSD.org
Sat Feb 16 19:20:26 UTC 2013
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 <ek at purplehat.org> (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 <ek at purplehat.org>
-#
# $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 at 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
More information about the svn-ports-head
mailing list