Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2019 09:23:07 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498709 - in head/print/py-reportlab1: . files
Message-ID:  <201904120923.x3C9N7qT023424@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Fri Apr 12 09:23:06 2019
New Revision: 498709
URL: https://svnweb.freebsd.org/changeset/ports/498709

Log:
  print/py-reportlab1: Mark DEPRECATED
  
  - Latest upstream version is in print/py-reportlab
  - No dependent ports
  - Add LICENSE BSD3CLAUSE

Modified:
  head/print/py-reportlab1/Makefile
  head/print/py-reportlab1/files/patch-rl_config.py
  head/print/py-reportlab1/files/patch-setup.py

Modified: head/print/py-reportlab1/Makefile
==============================================================================
--- head/print/py-reportlab1/Makefile	Fri Apr 12 09:02:32 2019	(r498708)
+++ head/print/py-reportlab1/Makefile	Fri Apr 12 09:23:06 2019	(r498709)
@@ -16,13 +16,18 @@ DISTFILES=	reportlab-${PORTVERSION}.tar.gz \
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Library to create PDF documents using the Python language
 
-CONFLICTS=	py*-reportlab[^1]-[^1].* \
-		py*-reportlab-[^1].*
+LICENSE=	BSD3CLAUSE
 
-PORTSCOUT=	ignore:1	# Last version of 1.X branch
+DEPRECATED=	consider using latest upstream version in print/py-reportlab
+EXPIRATION_DATE=2019-05-12
 
 USES=		python:2.7
 USE_PYTHON=	distutils autoplist
+
+CONFLICTS=	py*-reportlab[^1]-[^1].* \
+		py*-reportlab-[^1].*
+
+PORTSCOUT=	ignore:1	# Last version of 1.X branch
 
 WRKSRC=		${WRKDIR}/reportlab_${PORTVERSION:S/./_/g}/reportlab
 MAKE_ENV=	PACKAGE_PATH="${REPORTLABDIR}"

Modified: head/print/py-reportlab1/files/patch-rl_config.py
==============================================================================
--- head/print/py-reportlab1/files/patch-rl_config.py	Fri Apr 12 09:02:32 2019	(r498708)
+++ head/print/py-reportlab1/files/patch-rl_config.py	Fri Apr 12 09:23:06 2019	(r498709)
@@ -1,6 +1,6 @@
---- rl_config.py.orig	Wed Nov 10 00:09:28 2004
-+++ rl_config.py	Mon Mar 21 03:24:22 2005
-@@ -22,15 +22,9 @@
+--- rl_config.py.orig	2007-07-20 10:36:08 UTC
++++ rl_config.py
+@@ -23,15 +23,9 @@ _FUZZ=                      1e-6                    #f
  
  # places to look for T1Font information
  T1SearchPath =  (
@@ -19,7 +19,7 @@
                  '%(REPORTLAB_DIR)s/fonts',              #special
                  '%(REPORTLAB_DIR)s/../fonts',           #special
                  '%(REPORTLAB_DIR)s/../../fonts',        #special
-@@ -39,9 +33,7 @@
+@@ -40,9 +34,7 @@ T1SearchPath =  (
  
  # places to look for TT Font information
  TTFSearchPath = (
@@ -30,7 +30,7 @@
                  '%(REPORTLAB_DIR)s/fonts',      #special
                  '%(REPORTLAB_DIR)s/../fonts',   #special
                  '%(REPORTLAB_DIR)s/../../fonts',#special
-@@ -49,20 +41,14 @@
+@@ -50,20 +42,14 @@ TTFSearchPath = (
                  )
  
  # places to look for CMap files - should ideally merge with above

Modified: head/print/py-reportlab1/files/patch-setup.py
==============================================================================
--- head/print/py-reportlab1/files/patch-setup.py	Fri Apr 12 09:02:32 2019	(r498708)
+++ head/print/py-reportlab1/files/patch-setup.py	Fri Apr 12 09:23:06 2019	(r498709)
@@ -1,6 +1,6 @@
---- setup.py.orig	Fri Nov 26 00:12:20 2004
-+++ setup.py	Mon Mar 21 03:26:45 2005
-@@ -19,7 +19,7 @@
+--- setup.py.orig	2007-07-20 10:36:08 UTC
++++ setup.py
+@@ -19,7 +19,7 @@ abspath = os.path.abspath
  isfile = os.path.isfile
  isdir = os.path.isfile
  dirname = os.path.dirname



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