ports/158751: [PATCH] net/tucan: [remove unnneded patch file]

gustau.perez at gmail.com gustau.perez at gmail.com
Sat Jul 9 18:30:10 UTC 2011


>Number:         158751
>Category:       ports
>Synopsis:       [PATCH] net/tucan: [remove unnneded patch file]
>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:   Sat Jul 09 18:30:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Gustau Perez
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD harkserver 9.0-CURRENT FreeBSD 9.0-CURRENT #23 r223866M: Sat Jul  9 00:07:24
>Description:
The patch patch-core__service_config.py's functionality is subsumed into files/patch-core_config.py and hence is not needed anymore. 

Thanks to Barbara (barbara.xxx1975 at libero.it) for reporting. 

Removed file(s):
- files/patch-core__service_config.py

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

--- tucan-0.3.10.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/tucan/files/patch-core__service_config.py /root/ports/tucan/files/patch-core__service_config.py
--- /usr/ports/net/tucan/files/patch-core__service_config.py	2011-07-01 03:10:20.000000000 +0200
+++ /root/ports/tucan/files/patch-core__service_config.py	1970-01-01 01:00:00.000000000 +0100
@@ -1,19 +0,0 @@
---- core/service_config.py.orig	2011-06-29 20:00:20.785827385 +0200
-+++ core/service_config.py	2011-06-29 20:00:44.438339926 +0200
-@@ -18,7 +18,7 @@
- ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- ###############################################################################
- 
--import os
-+import os, stat
- import pickle
- import base64
- import logging
-@@ -184,6 +184,7 @@
- 
- 	def save(self):
- 		""""""
-+		os.chmod(self.path + CONF, stat.S_IRUSR|stat.S_IWUSR)
- 		f = open(self.path + CONF, "w")
- 		self.write(f)
- 		f.close()
--- tucan-0.3.10.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list