Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2012 00:34:25 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/166105: [PATCH] print/py27-reportlab: block portscout from updated version check, take maintainership
Message-ID:  <201203141834.q2EIYPRw084204@bofh.telnet.net.bd>
Resent-Message-ID: <201203141840.q2EIe5Hh093369@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         166105
>Category:       ports
>Synopsis:       [PATCH] print/py27-reportlab: block portscout from updated version check, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 14 18:40:04 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar  2 02:21:51 BDT
>Description:
[DESCRIBE CHANGES]
- Take maintainership
- Blocks portscout from updated version check as this is the last stable version of 1.X branch

Generated with FreeBSD Port Tools 0.99_4 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- py27-reportlab-1.21.2_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/print/py-reportlab/Makefile ./Makefile
--- /usr/ports/print/py-reportlab/Makefile	2011-02-25 06:47:51.000000000 +0600
+++ ./Makefile	2012-03-15 00:32:51.038251743 +0600
@@ -17,9 +17,11 @@
 DISTFILES=	reportlab-${PORTVERSION}.tar.gz \
 		rl_accel-3004.tgz:accel
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Library to create PDF documents using the Python language
 
+PORTSCOUT=	ignore:1	# Last version of 1.X branch
+
 USE_PYTHON=	2.5+
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	Reportlab
--- py27-reportlab-1.21.2_3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203141834.q2EIYPRw084204>