ports/103567: [PATCH] devel/py-ll-core: update to 1.4

Soeren Straarup xride at x12.dk
Sun Sep 24 15:20:32 UTC 2006


>Number:         103567
>Category:       ports
>Synopsis:       [PATCH] devel/py-ll-core: update to 1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 24 15:20:25 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Soeren Straarup
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD beacon.x12.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Fri Aug  4 21:14:41 CEST
>Description:
- Update to 1.4
And fix place of installed files when devel/py-setuptools is installed

Added file(s):
- files/patch-setup.py

Port maintainer (whitekid at gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- py24-ll-core-1.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/py-ll-core/Makefile /space/portstrees/FreeBSD/ports/devel/py-ll-core/Makefile
--- /usr/ports/devel/py-ll-core/Makefile	Sun Dec 11 12:25:30 2005
+++ /space/portstrees/FreeBSD/ports/devel/py-ll-core/Makefile	Sun Sep 24 15:01:09 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ll-core
-PORTVERSION=	1.1.1
+PORTVERSION=	1.4
 CATEGORIES=	devel python
 MASTER_SITES=	http://ftp.livinglogic.de/core/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff -ruN --exclude=CVS /usr/ports/devel/py-ll-core/distinfo /space/portstrees/FreeBSD/ports/devel/py-ll-core/distinfo
--- /usr/ports/devel/py-ll-core/distinfo	Sun Dec 11 12:25:30 2005
+++ /space/portstrees/FreeBSD/ports/devel/py-ll-core/distinfo	Sat Sep 23 23:27:35 2006
@@ -1,3 +1,3 @@
-MD5 (ll-core-1.1.1.tar.bz2) = d83a672361621e0bfcd100c287a91bfd
-SHA256 (ll-core-1.1.1.tar.bz2) = 4c3f384c75c83c926776076626d00d0e96d160357a7b400a510c6d3d0a712ca6
-SIZE (ll-core-1.1.1.tar.bz2) = 63311
+MD5 (ll-core-1.4.tar.bz2) = 0d7623f9977964bd6a22411ac2e550f4
+SHA256 (ll-core-1.4.tar.bz2) = 90451eb9b35b9f3760f1b8614405648bcdd3386e095bb65b50ae52bcb515daaf
+SIZE (ll-core-1.4.tar.bz2) = 97762
diff -ruN --exclude=CVS /usr/ports/devel/py-ll-core/files/patch-setup.py /space/portstrees/FreeBSD/ports/devel/py-ll-core/files/patch-setup.py
--- /usr/ports/devel/py-ll-core/files/patch-setup.py	Thu Jan  1 01:00:00 1970
+++ /space/portstrees/FreeBSD/ports/devel/py-ll-core/files/patch-setup.py	Sun Sep 24 15:00:45 2006
@@ -0,0 +1,15 @@
+--- setup.py.orig	Sun Sep 24 14:59:57 2006
++++ setup.py	Sun Sep 24 15:00:21 2006
+@@ -7,11 +7,7 @@
+ __version__ = "$Revision: 1.33 $"[11:-2]
+ # $Source: /data/cvsroot/LivingLogic/Python/core/setup.py,v $
+ 
+-
+-try:
+-	import setuptools as tools
+-except ImportError:
+-	from distutils import core as tools
++from distutils import core as tools
+ 
+ 
+ DESCRIPTION = """ll-core is a collection of the following modules:
diff -ruN --exclude=CVS /usr/ports/devel/py-ll-core/pkg-plist /space/portstrees/FreeBSD/ports/devel/py-ll-core/pkg-plist
--- /usr/ports/devel/py-ll-core/pkg-plist	Sun Oct 30 17:36:31 2005
+++ /space/portstrees/FreeBSD/ports/devel/py-ll-core/pkg-plist	Sun Sep 24 12:05:57 2006
@@ -2,6 +2,9 @@
 %%PYTHON_SITELIBDIR%%/ll/__init__.py
 %%PYTHON_SITELIBDIR%%/ll/misc.py
 %%PYTHON_SITELIBDIR%%/ll/ansistyle.py
+%%PYTHON_SITELIBDIR%%/ll/astyle.py
+%%PYTHON_SITELIBDIR%%/ll/astyle.pyc
+%%PYTHON_SITELIBDIR%%/ll/astyle.pyo
 %%PYTHON_SITELIBDIR%%/ll/color.py
 %%PYTHON_SITELIBDIR%%/ll/make.py
 %%PYTHON_SITELIBDIR%%/ll/sisyphus.py
@@ -25,4 +28,7 @@
 %%PYTHON_SITELIBDIR%%/ll/sisyphus.pyo
 %%PYTHON_SITELIBDIR%%/ll/url.pyo
 %%PYTHON_SITELIBDIR%%/ll/xpit.pyo
+%%PYTHON_SITELIBDIR%%/ll/daemon.py
+%%PYTHON_SITELIBDIR%%/ll/daemon.pyc
+%%PYTHON_SITELIBDIR%%/ll/daemon.pyo
 @dirrm %%PYTHON_SITELIBDIR%%/ll
--- py24-ll-core-1.4.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list