From nobody@FreeBSD.org  Sat Feb 16 19:23:17 2013
Return-Path: <nobody@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 98FEA344
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 16 Feb 2013 19:23:17 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 679009A6
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 16 Feb 2013 19:23:17 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1GJNHxT079530
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 16 Feb 2013 19:23:17 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r1GJNH98079529;
	Sat, 16 Feb 2013 19:23:17 GMT
	(envelope-from nobody)
Message-Id: <201302161923.r1GJNH98079529@red.freebsd.org>
Date: Sat, 16 Feb 2013 19:23:17 GMT
From: Danilo Ega Gondolfo <danilogondolfo@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: textproc/minised update and maintainer change
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         176199
>Category:       ports
>Synopsis:       textproc/minised update and maintainer change
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 16 19:30:00 UTC 2013
>Closed-Date:    Sat Feb 16 22:57:34 UTC 2013
>Last-Modified:  Sat Feb 16 23:00:00 UTC 2013
>Originator:     Danilo Ega Gondolfo
>Release:        FreeBSD 9.1-RELEASE
>Organization:
Universidade Estadual de Maring
>Environment:
FreeBSD ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
textproc/minised update

Changes:

- Version update from 1.13 to 1.14
- Maintainer change
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 312380)
+++ Makefile	(working copy)
@@ -1,26 +1,18 @@
-# New ports collection makefile for:	minised
-# Date created:		2 September 2006
-# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	minised
-PORTVERSION=	1.13
+PORTVERSION=	1.14
 CATEGORIES=	textproc
-MASTER_SITES=	http://dl.exactcode.de/oss/minised/ CENKES \
-		http://people.freebsd.org/~wen/distfiles/
+MASTER_SITES=	http://dl.exactcode.de/oss/minised/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	danilogondolfo@gmail.com
 COMMENT=	Smaller, cheaper, faster sed implementation
 
 ALL_TARGET=	${PORTNAME}
 PLIST_FILES=	bin/${PORTNAME}
 MAN1=		${PORTNAME}.1
 
-post-patch:
-	@${REINPLACE_CMD} -e 's/LFLAGS/LDFLAGS/' ${WRKSRC}/Makefile
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
 	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/
Index: distinfo
===================================================================
--- distinfo	(revision 312380)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (minised-1.13.tar.gz) = f3af89011061a018a88490abfb0354ad5e395e98f51bc18bdbcd5712c682eaed
-SIZE (minised-1.13.tar.gz) = 28695
+SHA256 (minised-1.14.tar.gz) = fb68e5ca7bf1d1ed49afe10ea6d7e555f1bea20df60600fd306b39818058a133
+SIZE (minised-1.14.tar.gz) = 29746


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Sat Feb 16 22:57:33 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

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

 Author: pawel
 Date: Sat Feb 16 22:57:22 2013
 New Revision: 312390
 URL: http://svnweb.freebsd.org/changeset/ports/312390
 
 Log:
   - Update to version 1.14 [1]
   - Pass maintainership to submitter
   - Respect CFLAGS
   - Remove Author: from pkg-descr
   
   PR:		ports/176199 [1]
   Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com> [1]
 
 Modified:
   head/textproc/minised/Makefile
   head/textproc/minised/distinfo
   head/textproc/minised/pkg-descr
 
 Modified: head/textproc/minised/Makefile
 ==============================================================================
 --- head/textproc/minised/Makefile	Sat Feb 16 22:43:35 2013	(r312389)
 +++ head/textproc/minised/Makefile	Sat Feb 16 22:57:22 2013	(r312390)
 @@ -1,17 +1,12 @@
 -# New ports collection makefile for:	minised
 -# Date created:		2 September 2006
 -# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
 -#
 +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
  # $FreeBSD$
 -#
  
  PORTNAME=	minised
 -PORTVERSION=	1.13
 +PORTVERSION=	1.14
  CATEGORIES=	textproc
 -MASTER_SITES=	http://dl.exactcode.de/oss/minised/ CENKES \
 -		http://people.freebsd.org/~wen/distfiles/
 +MASTER_SITES=	http://dl.exactcode.de/oss/minised/
  
 -MAINTAINER=	ports@FreeBSD.org
 +MAINTAINER=	danilogondolfo@gmail.com
  COMMENT=	Smaller, cheaper, faster sed implementation
  
  ALL_TARGET=	${PORTNAME}
 @@ -19,7 +14,7 @@ PLIST_FILES=	bin/${PORTNAME}
  MAN1=		${PORTNAME}.1
  
  post-patch:
 -	@${REINPLACE_CMD} -e 's/LFLAGS/LDFLAGS/' ${WRKSRC}/Makefile
 +	@${REINPLACE_CMD} -e 's|-O1||' ${WRKSRC}/Makefile
  
  do-install:
  	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
 
 Modified: head/textproc/minised/distinfo
 ==============================================================================
 --- head/textproc/minised/distinfo	Sat Feb 16 22:43:35 2013	(r312389)
 +++ head/textproc/minised/distinfo	Sat Feb 16 22:57:22 2013	(r312390)
 @@ -1,2 +1,2 @@
 -SHA256 (minised-1.13.tar.gz) = f3af89011061a018a88490abfb0354ad5e395e98f51bc18bdbcd5712c682eaed
 -SIZE (minised-1.13.tar.gz) = 28695
 +SHA256 (minised-1.14.tar.gz) = fb68e5ca7bf1d1ed49afe10ea6d7e555f1bea20df60600fd306b39818058a133
 +SIZE (minised-1.14.tar.gz) = 29746
 
 Modified: head/textproc/minised/pkg-descr
 ==============================================================================
 --- head/textproc/minised/pkg-descr	Sat Feb 16 22:43:35 2013	(r312389)
 +++ head/textproc/minised/pkg-descr	Sat Feb 16 22:57:22 2013	(r312390)
 @@ -12,5 +12,4 @@ Along a lot fixes and cleanups, further 
  and POSIX conformance, we also added a test-suite to the package, so
  regressions are quickly and easily uncovered.
  
 -Author: ExactCode <info@exactcode.de>
  WWW: http://www.exactcode.de/oss/minised/
 _______________________________________________
 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:
