From tkato432@yahoo.com  Wed Dec  5 18:01:23 2012
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id DF07B1FE
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed,  5 Dec 2012 18:01:10 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166])
	by mx1.freebsd.org (Postfix) with ESMTP id 9115D8FC17
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed,  5 Dec 2012 18:01:10 +0000 (UTC)
Received: from localhost.localdomain (ZT034046.ppp.dion.ne.jp [59.128.34.46])
	by msa103lp.auone-net.jp (au one net msa) with ESMTP id B6F7247C036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu,  6 Dec 2012 03:01:08 +0900 (JST)
Message-Id: <20121206023117.5d6c666e4008f615dbd1df5c@yahoo.com>
Date: Thu, 6 Dec 2012 02:31:17 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: databases/pxtools: Update MASTER_SITES

>Number:         174179
>Category:       ports
>Synopsis:       databases/pxtools: Update MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 05 18:10:06 UTC 2012
>Closed-Date:    Mon Jan 21 03:45:34 UTC 2013
>Last-Modified:  Mon Jan 21 03:45:34 UTC 2013
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p11 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES 
- Add LICENSE
- Add MAKE_JOBS_SAFE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/databases/pxtools/Makefile databases/pxtools/Makefile
--- /usr/ports/databases/pxtools/Makefile	2012-11-08 09:08:47.000000000 +0900
+++ databases/pxtools/Makefile	2012-12-03 23:38:01.000000000 +0900
@@ -1,26 +1,23 @@
-# New ports collection makefile for:	pxtools
-# Date created:				27 November 1999
-# Whom:					Chris D. Faulhaber <jedgar@FreeBSD.org>
-#
+# Created by: Chris D. Faulhaber <jedgar@FreeBSD.org>
 # $FreeBSD: head/databases/pxtools/Makefile 300896 2012-07-14 13:54:48Z beat $
-#
 
 PORTNAME=	pxtools
 PORTVERSION=	0.0.20
 PORTREVISION=	3
 CATEGORIES=	databases
-MASTER_SITES=	http://jan.kneschke.de/assets/2007/2/16/
+MASTER_SITES=	http://jan.kneschke.de/assets/projects/pxtools/ \
+		http://www.sourcefiles.org/Databases/Utilities/Conversion/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Collection of tools to work with Paradox databases
 
-GNU_CONFIGURE=	yes
+LICENSE=	GPLv2
+
 USE_GETTEXT=	yes
+GNU_CONFIGURE=	yes
+MAKE_JOBS_SAFE=	yes
+
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' \
-		${WRKSRC}/configure ${WRKSRC}/src/Makefile.in
-
 .include <bsd.port.mk>
diff -urN /usr/ports/databases/pxtools/files/patch-src::Makefile.in databases/pxtools/files/patch-src::Makefile.in
--- /usr/ports/databases/pxtools/files/patch-src::Makefile.in	2012-11-08 09:08:47.000000000 +0900
+++ databases/pxtools/files/patch-src::Makefile.in	2012-10-28 03:23:58.000000000 +0900
@@ -1,6 +1,15 @@
 --- src/Makefile.in.orig	Tue Jul 16 07:12:57 2002
 +++ src/Makefile.in	Sat Sep 28 20:02:35 2002
-@@ -195,7 +195,7 @@
+@@ -103,7 +103,7 @@
+ 
+ noinst_HEADERS = pxtypes.h pxconvert.h pxparse.h
+ 
+-CFLAGS = -g -Wall -O2 #-DDEBUG -DDEBUG_HEAD_COPY
++CFLAGS = @CFLAGS@ #-DDEBUG -DDEBUG_HEAD_COPY
+ DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\" 
+ 
+ pxinfo_LDADD = $(INTLLIBS)
+@@ -196,7 +196,7 @@
  	$(LINK) $(pxcsvdump_LDFLAGS) $(pxcsvdump_OBJECTS) $(pxcsvdump_LDADD) $(LIBS)
  pxinfo$(EXEEXT): $(pxinfo_OBJECTS) $(pxinfo_DEPENDENCIES) 
  	@rm -f pxinfo$(EXEEXT)
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: araujo 
Responsible-Changed-When: Tue Dec 11 11:16:15 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174179: commit references a PR
Date: Mon, 21 Jan 2013 03:38:06 +0000 (UTC)

 Author: araujo
 Date: Mon Jan 21 03:37:56 2013
 New Revision: 310744
 URL: http://svnweb.freebsd.org/changeset/ports/310744
 
 Log:
   - Update MASTER_SITES.
   - Add LICENSE.
   - Add MAKE_JOBS_SAFE.
   - Trim header.
   
   PR:		ports/174179
   Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
 
 Modified:
   head/databases/pxtools/Makefile   (contents, props changed)
   head/databases/pxtools/files/patch-src::Makefile.in   (contents, props changed)
 
 Modified: head/databases/pxtools/Makefile
 ==============================================================================
 --- head/databases/pxtools/Makefile	Mon Jan 21 03:36:53 2013	(r310743)
 +++ head/databases/pxtools/Makefile	Mon Jan 21 03:37:56 2013	(r310744)
 @@ -1,26 +1,23 @@
 -# New ports collection makefile for:	pxtools
 -# Date created:				27 November 1999
 -# Whom:					Chris D. Faulhaber <jedgar@FreeBSD.org>
 -#
 +# Created by: Chris D. Faulhaber <jedgar@FreeBSD.org>
  # $FreeBSD$
 -#
  
  PORTNAME=	pxtools
  PORTVERSION=	0.0.20
  PORTREVISION=	3
  CATEGORIES=	databases
 -MASTER_SITES=	http://jan.kneschke.de/assets/2007/2/16/
 +MASTER_SITES=	http://jan.kneschke.de/assets/projects/pxtools/ \
 +		http://www.sourcefiles.org/Databases/Utilities/Conversion/
  
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	Collection of tools to work with Paradox databases
  
 -GNU_CONFIGURE=	yes
 +LICENSE=	GPLv2
 +
  USE_GETTEXT=	yes
 +GNU_CONFIGURE=	yes
 +MAKE_JOBS_SAFE=	yes
 +
  CPPFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib
  
 -post-patch:
 -	@${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' \
 -		${WRKSRC}/configure ${WRKSRC}/src/Makefile.in
 -
  .include <bsd.port.mk>
 
 Modified: head/databases/pxtools/files/patch-src::Makefile.in
 ==============================================================================
 --- head/databases/pxtools/files/patch-src::Makefile.in	Mon Jan 21 03:36:53 2013	(r310743)
 +++ head/databases/pxtools/files/patch-src::Makefile.in	Mon Jan 21 03:37:56 2013	(r310744)
 @@ -1,6 +1,15 @@
  --- src/Makefile.in.orig	Tue Jul 16 07:12:57 2002
  +++ src/Makefile.in	Sat Sep 28 20:02:35 2002
 -@@ -195,7 +195,7 @@
 +@@ -103,7 +103,7 @@
 + 
 + noinst_HEADERS = pxtypes.h pxconvert.h pxparse.h
 + 
 +-CFLAGS = -g -Wall -O2 #-DDEBUG -DDEBUG_HEAD_COPY
 ++CFLAGS = @CFLAGS@ #-DDEBUG -DDEBUG_HEAD_COPY
 + DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\" 
 + 
 + pxinfo_LDADD = $(INTLLIBS)
 +@@ -196,7 +196,7 @@
   	$(LINK) $(pxcsvdump_LDFLAGS) $(pxcsvdump_OBJECTS) $(pxcsvdump_LDADD) $(LIBS)
   pxinfo$(EXEEXT): $(pxinfo_OBJECTS) $(pxinfo_DEPENDENCIES) 
   	@rm -f pxinfo$(EXEEXT)
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: araujo 
State-Changed-When: Mon Jan 21 03:45:33 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174179 
>Unformatted:
