From tkato432@yahoo.com  Mon Apr  1 18:30:50 2013
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id D02E1CE4
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  1 Apr 2013 18:30:38 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168])
	by mx1.freebsd.org (Postfix) with ESMTP id A8A0F80B
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  1 Apr 2013 18:30:38 +0000 (UTC)
Received: from localhost.localdomain (ZT034105.ppp.dion.ne.jp [59.128.34.105])
	by msa105lp.auone-net.jp (au one net msa) with ESMTP id 98E8450036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue,  2 Apr 2013 03:30:36 +0900 (JST)
Message-Id: <20130402032127.78d36585688d8a7f22472b8c@yahoo.com>
Date: Tue, 2 Apr 2013 03:21:27 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: net/queso: Update MASTER_SITES

>Number:         177554
>Category:       ports
>Synopsis:       net/queso: Update MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 01 18:40:01 UTC 2013
>Closed-Date:    Wed Apr 03 06:24:17 UTC 2013
>Last-Modified:  Wed Apr  3 06:30:00 UTC 2013
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p11 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES
- Add LICENSE
- Support CFLAGS properly
- Support STRIP properly

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net/queso/Makefile net/queso/Makefile
--- /usr/ports/net/queso/Makefile	2012-11-08 08:58:14.000000000 +0900
+++ net/queso/Makefile	2013-03-31 19:10:24.000000000 +0900
@@ -1,32 +1,37 @@
-# ex:ts=8
-# Ports collection makefile for:  Queso
-# Date created:			  13 Oct 1998
-# Whom:				  Wu Ching-hong <woju@freebsd.ee.ntu.edu.tw>
+# Created by: Wu Ching-hong <woju@freebsd.ee.ntu.edu.tw>
 # 				  and David O'Brien (obrien@NUXI.com)
-#
 # $FreeBSD: head/net/queso/Makefile 301494 2012-07-24 21:09:44Z cs $
-#
 
 PORTNAME=	queso
 PORTVERSION=	980922
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net security
-MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/scanners/queso/ \
-		http://www.mirrors.wiretapped.net/security/network-mapping/
+MASTER_SITES=	PACKETSTORM/UNIX/scanners
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Determine the remote OS using simple TCP packets
 
+LICENSE=	GPLv2
+
+OPTIONS_DEFINE=	DOCS
+
 GNU_CONFIGURE=	yes
+MAKE_JOBS_SAFE=	yes
 
-post-patch:
-	@${REINPLACE_CMD} 's,$(CFGDIR)/queso.conf,$(CFGDIR)/queso.conf.sample,' \
-		${WRKSRC}/Makefile.in
+.include <bsd.port.options.mk>
 
-post-install:
-.if !defined(NOPORTDOCS)
+post-patch:
+	@${REINPLACE_CMD} -e \
+		's|-O2 -pipe|| ; \
+		 s|^LDFLAGS|#LDFLAGS|' ${WRKSRC}/Makefile.in
+	@${LN} -sf queso.conf ${WRKSRC}/queso.conf.sample
+
+do-install:
+	(cd ${WRKSRC} && ${INSTALL_PROGRAM} queso ${PREFIX}/sbin)
+	(cd ${WRKSRC} && ${INSTALL_DATA} queso.conf.sample ${PREFIX}/etc)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/Documentation.txt ${DOCSDIR}
+	(cd ${WRKSRC} && ${INSTALL_DATA} Documentation.txt ${DOCSDIR})
 .endif
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Apr 1 18:40:30 UTC 2013 
Responsible-Changed-Why:  
miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177554 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Apr 3 06:24:16 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177554: commit references a PR
Date: Wed,  3 Apr 2013 06:24:20 +0000 (UTC)

 Author: miwi
 Date: Wed Apr  3 06:24:06 2013
 New Revision: 315694
 URL: http://svnweb.freebsd.org/changeset/ports/315694
 
 Log:
   - Update MASTER_SITES
   - Add LICENSE
   - Support CFLAGS properly
   - Support STRIP properly
   
   PR:		177554
   Submitted by:	ports fury
   Approved by:	portmgr
 
 Modified:
   head/net/queso/Makefile   (contents, props changed)
 
 Modified: head/net/queso/Makefile
 ==============================================================================
 --- head/net/queso/Makefile	Wed Apr  3 06:21:41 2013	(r315693)
 +++ head/net/queso/Makefile	Wed Apr  3 06:24:06 2013	(r315694)
 @@ -1,32 +1,37 @@
 -# ex:ts=8
 -# Ports collection makefile for:  Queso
 -# Date created:			  13 Oct 1998
 -# Whom:				  Wu Ching-hong <woju@freebsd.ee.ntu.edu.tw>
 +# Created by: Wu Ching-hong <woju@freebsd.ee.ntu.edu.tw>
  # 				  and David O'Brien (obrien@NUXI.com)
 -#
  # $FreeBSD$
 -#
  
  PORTNAME=	queso
  PORTVERSION=	980922
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	net security
 -MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/scanners/queso/ \
 -		http://www.mirrors.wiretapped.net/security/network-mapping/
 +MASTER_SITES=	PACKETSTORM/UNIX/scanners
  
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	Determine the remote OS using simple TCP packets
  
 +LICENSE=	GPLv2
 +
 +OPTIONS_DEFINE=	DOCS
 +
  GNU_CONFIGURE=	yes
 +MAKE_JOBS_SAFE=	yes
  
 -post-patch:
 -	@${REINPLACE_CMD} 's,$(CFGDIR)/queso.conf,$(CFGDIR)/queso.conf.sample,' \
 -		${WRKSRC}/Makefile.in
 +.include <bsd.port.options.mk>
  
 -post-install:
 -.if !defined(NOPORTDOCS)
 +post-patch:
 +	@${REINPLACE_CMD} -e \
 +		's|-O2 -pipe|| ; \
 +		 s|^LDFLAGS|#LDFLAGS|' ${WRKSRC}/Makefile.in
 +	@${LN} -sf queso.conf ${WRKSRC}/queso.conf.sample
 +
 +do-install:
 +	(cd ${WRKSRC} && ${INSTALL_PROGRAM} queso ${PREFIX}/sbin)
 +	(cd ${WRKSRC} && ${INSTALL_DATA} queso.conf.sample ${PREFIX}/etc)
 +.if ${PORT_OPTIONS:MDOCS}
  	@${MKDIR} ${DOCSDIR}
 -	${INSTALL_DATA} ${WRKSRC}/Documentation.txt ${DOCSDIR}
 +	(cd ${WRKSRC} && ${INSTALL_DATA} Documentation.txt ${DOCSDIR})
  .endif
  
  .include <bsd.port.mk>
 _______________________________________________
 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:
