Bug 113843 - [PATCH] news/SABnzbd: [SUMMARIZE CHANGES]
Summary: [PATCH] news/SABnzbd: [SUMMARIZE CHANGES]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-19 05:10 UTC by Daniel
Modified: 2007-06-22 12:50 UTC (History)
0 users

See Also:


Attachments
SABnzbd-0.2.5.patch (2.54 KB, patch)
2007-06-19 05:10 UTC, Daniel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel 2007-06-19 05:10:02 UTC
[DESCRIBE CHANGES]

Added file(s):
- Makefile
- distinfo
- files/patch-setup.py
- files/pkg-message.in
- pkg-descr
- pkg-plist
- SABnzbd works with py25 as well. This patch removes strict dependancies on py24

NOTE: Change portname from news/sabnzbd to news/SABnzbd please as this
works better with port tools.


Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-19 05:10:11 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer)
Comment 2 Daniel 2007-06-19 06:45:10 UTC
error in the patch. use below instead.

USE_PYTHON line was the only difference.




--- SABnzbd-0.2.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/news/SABnzbd/Makefile  
/usr/home/debonair/myports/sabnzbd-0.2.5_1/Makefile
--- /usr/ports/news/SABnzbd/Makefile····Mon Jun 18 20:52:24 2007
+++ /usr/home/debonair/myports/sabnzbd-0.2.5_1/Makefile·Mon Jun 18  
20:44:29 2007
@@ -2,7 +2,7 @@
  # Date created:················16 March 2006
  # Whom:····················Daniel Bretoi
  #
-# $FreeBSD: ports/news/sabnzbd/Makefile,v 1.6 2007/03/13 08:12:19 miwi  
Exp $
+# $FreeBSD: ports/news/sabnzbd/Makefile,v 1.4 2006/07/22 09:30:22 miwi  
Exp $
  #
_
  PORTNAME=··SABnzbd
@@ -20,7 +20,7 @@
  ·······${PYTHON_SITELIBDIR}/pythonutils/configobj.py:${PORTSDIR}/devel/py-utils  
\
  ·······${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree
_
-USE_PYTHON=····2.4
+USE_PYTHON=····2.4+
  USE_PYDISTUTILS=yes
_
  PLIST_SUB=·PORTNAME=${PORTNAME}
diff -ruN --exclude=CVS /usr/ports/news/SABnzbd/pkg-plist  
/usr/home/debonair/myports/sabnzbd-0.2.5_1/pkg-plist
--- /usr/ports/news/SABnzbd/pkg-plist···Tue Mar 13 00:12:19 2007
+++ /usr/home/debonair/myports/sabnzbd-0.2.5_1/pkg-plist····Sat Mar 10  
10:58:04 2007
@@ -1,4 +1,17 @@
  bin/SABnzbd.py
+%%PYTHON_SITELIBDIR%%/sabnzbd/articlecache.py
+%%PYTHON_SITELIBDIR%%/sabnzbd/decoder.py
+%%PYTHON_SITELIBDIR%%/sabnzbd/decorators.py
+%%PYTHON_SITELIBDIR%%/sabnzbd/trylist.py
+%%PYTHON_SITELIBDIR%%/sabnzbd/articlecache.pyc
+%%PYTHON_SITELIBDIR%%/sabnzbd/decoder.pyc
+%%PYTHON_SITELIBDIR%%/sabnzbd/decorators.pyc
+%%PYTHON_SITELIBDIR%%/sabnzbd/trylist.pyc
+%%PYTHON_SITELIBDIR%%/sabnzbd/articlecache.pyo
+%%PYTHON_SITELIBDIR%%/sabnzbd/decoder.pyo
+%%PYTHON_SITELIBDIR%%/sabnzbd/decorators.pyo
+%%PYTHON_SITELIBDIR%%/sabnzbd/trylist.pyo
+
  %%PYTHON_SITELIBDIR%%/sabnzbd/__init__.py
  %%PYTHON_SITELIBDIR%%/sabnzbd/__init__.pyc
  %%PYTHON_SITELIBDIR%%/sabnzbd/__init__.pyo
@@ -59,18 +72,6 @@
  %%PYTHON_SITELIBDIR%%/sabnzbd/utils/multiauth/providers.py
  %%PYTHON_SITELIBDIR%%/sabnzbd/utils/multiauth/providers.pyc
  %%PYTHON_SITELIBDIR%%/sabnzbd/utils/multiauth/providers.pyo
-%%PYTHON_SITELIBDIR%%/sabnzbd/articlecache.py
-%%PYTHON_SITELIBDIR%%/sabnzbd/decoder.py
-%%PYTHON_SITELIBDIR%%/sabnzbd/decorators.py
-%%PYTHON_SITELIBDIR%%/sabnzbd/trylist.py
-%%PYTHON_SITELIBDIR%%/sabnzbd/articlecache.pyc
-%%PYTHON_SITELIBDIR%%/sabnzbd/decoder.pyc
-%%PYTHON_SITELIBDIR%%/sabnzbd/decorators.pyc
-%%PYTHON_SITELIBDIR%%/sabnzbd/trylist.pyc
-%%PYTHON_SITELIBDIR%%/sabnzbd/articlecache.pyo
-%%PYTHON_SITELIBDIR%%/sabnzbd/decoder.pyo
-%%PYTHON_SITELIBDIR%%/sabnzbd/decorators.pyo
-%%PYTHON_SITELIBDIR%%/sabnzbd/trylist.pyo
  share/%%PORTNAME%%/SABnzbd.ini.sample
  share/%%PORTNAME%%/templates/config.tmpl
  share/%%PORTNAME%%/templates/config_directories.tmpl
--- SABnzbd-0.2.5.patch ends here ---
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-06-22 12:42:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-06-22 12:42:02 UTC
miwi        2007-06-22 11:41:55 UTC

  FreeBSD ports repository

  Modified files:
    news/sabnzbd         Makefile pkg-plist 
  Log:
  - Allow build with python 2.5
  - Sort plist new
  
  Tested with py25-rev5 patch
  
  PR:             113843
  Submitted by:   Daniel <daniel@netwalk.org> (maintainer)
  
  Revision  Changes    Path
  1.7       +1 -1      ports/news/sabnzbd/Makefile
  1.5       +12 -12    ports/news/sabnzbd/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"