From ek@purplehat.org  Sat Jan 19 22:54:45 2013
Return-Path: <ek@purplehat.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id B6520BA8
	for <freebsd-gnats-submit@freebsd.org>; Sat, 19 Jan 2013 22:54:45 +0000 (UTC)
	(envelope-from ek@purplehat.org)
Received: from morbid.purplehat.org (morbid.purplehat.org [206.225.82.173])
	by mx1.freebsd.org (Postfix) with ESMTP id A1702301
	for <freebsd-gnats-submit@freebsd.org>; Sat, 19 Jan 2013 22:54:45 +0000 (UTC)
Received: from localhost (morbid.purplehat.org [206.225.82.173])
	by morbid.purplehat.org (Postfix) with ESMTP id 168FBD8CC7B
	for <freebsd-gnats-submit@freebsd.org>; Sat, 19 Jan 2013 15:45:21 -0700 (MST)
Received: from morbid.purplehat.org ([206.225.82.173])
 by localhost (morbid.purplehat.org [206.225.82.173]) (maiad, port 10024)
 with ESMTP id 86526-01 for <freebsd-gnats-submit@freebsd.org>;
 Sat, 19 Jan 2013 15:45:16 -0700 (MST)
Received: by morbid.purplehat.org (Postfix, from userid 1001)
	id F0B90D8CCE5; Sat, 19 Jan 2013 15:43:22 -0700 (MST)
Message-Id: <20130119224322.F0B90D8CCE5@morbid.purplehat.org>
Date: Sat, 19 Jan 2013 15:43:22 -0700 (MST)
From: Janketh Jay <ek@purplehat.org>
Reply-To: Janketh Jay <ek@purplehat.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Port Update: finance/frontaccounting Version update.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         175444
>Category:       ports
>Synopsis:       Port Update: finance/frontaccounting Version update.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 19 23:00:00 UTC 2013
>Closed-Date:    Sat Feb 16 19:20:46 UTC 2013
>Last-Modified:  Sat Feb 16 19:30:00 UTC 2013
>Originator:     Janketh Jay
>Release:        FreeBSD 9.0-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD morbid.purplehat.org 9.0-RELEASE-p4 FreeBSD 9.0-RELEASE-p4 #1: Sat Aug 18 17:16:18 MST 2012 root@morbid.purplehat.org:/usr/obj/usr/src/sys/MORBID amd64


	
>Description:
	Just a version update from 2.3.13 to 2.3.14. Non-trivial.
>How-To-Repeat:
	
>Fix:

	

--- frontaccounting-2.3.14-port.diff begins here ---
diff -Naur frontaccounting.orig/Makefile frontaccounting/Makefile
--- frontaccounting.orig/Makefile	2013-01-19 12:25:01.000000000 -0700
+++ frontaccounting/Makefile	2013-01-19 13:58:36.000000000 -0700
@@ -4,7 +4,7 @@
 #
 
 PORTNAME=	frontaccounting
-DISTVERSION=	2.3.13
+DISTVERSION=	2.3.14
 CATEGORIES=	finance www
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	frontaccounting/FrontAccounting-2.3/${PORTVERSION}
diff -Naur frontaccounting.orig/distinfo frontaccounting/distinfo
--- frontaccounting.orig/distinfo	2013-01-19 12:25:01.000000000 -0700
+++ frontaccounting/distinfo	2013-01-19 13:58:44.000000000 -0700
@@ -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
--- frontaccounting-2.3.14-port.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Sat Feb 16 19:14:43 UTC 2013 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175444 
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Sat Feb 16 19:20:45 UTC 2013 
State-Changed-Why:  
Committed, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175444 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175444: commit references a PR
Date: Sat, 16 Feb 2013 19:20:38 +0000 (UTC)

 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@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@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@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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
