ports/142428: [PATCH] net/ris: update to 0.4

Alex Deiter alex.deiter at gmail.com
Thu Jan 7 17:20:05 UTC 2010


>Number:         142428
>Category:       ports
>Synopsis:       [PATCH] net/ris: update to 0.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 07 17:20:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Alex Deiter
>Release:        9.0-CURRENT
>Organization:
N/A
>Environment:
FreeBSD blackbox.deiter.net.ru 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Dec 19 19:24:58 MSK 2009     root at blackbox.deiter.net.ru:/usr/obj/usr/src/sys/BLACKBOX  i386

>Description:
1.[PATCH] net/ris: update to 0.4
2. maintainer e-mail address update

Thanks a lot!
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- net/ris/Makefile.orig	2010-01-07 18:35:46.919995190 +0300
+++ net/ris/Makefile	2010-01-07 18:37:52.568488428 +0300
@@ -6,13 +6,12 @@
 #
 
 PORTNAME=	ris
-PORTVERSION=	0.3
+PORTVERSION=	0.4
 CATEGORIES=	net
-MASTER_SITES=	http://oss.netfarm.it/guides/ \
-		http://m.komi.mtsnet.ru/FreeBSD/distfiles/
+MASTER_SITES=	http://oss.netfarm.it/guides/
 DISTNAME=	ris-linux-${PORTVERSION}
 
-MAINTAINER=	tiamat at komi.mts.ru
+MAINTAINER=	alex.deiter at gmail.com
 COMMENT=	OpenSource alternative to Microsoft Windows RIS
 
 RUN_DEPENDS=	${LOCALBASE}/libexec/in.tftpd:${PORTSDIR}/ftp/tftp-hpa
--- net/ris/distinfo.orig	2010-01-07 18:35:51.871050219 +0300
+++ net/ris/distinfo	2010-01-07 18:38:05.373637689 +0300
@@ -1,3 +1,3 @@
-MD5 (ris-linux-0.3.tar.gz) = 1e089d285ea5651dd50325ac704dff70
-SHA256 (ris-linux-0.3.tar.gz) = fca88b9c64fc93d1ff1abacfbe4ff96548d28739512326ffd6b70ea0289e3072
-SIZE (ris-linux-0.3.tar.gz) = 19303
+MD5 (ris-linux-0.4.tar.gz) = 7315e1d02436668299f3d6aaf4efc87e
+SHA256 (ris-linux-0.4.tar.gz) = 196c7441f498154d1ae41ef4f1e5107296b7de39f345c763ccce2e913432ae19
+SIZE (ris-linux-0.4.tar.gz) = 21634
--- net/ris/files/patch-infparser.py.orig	2010-01-07 18:43:38.507601912 +0300
+++ net/ris/files/patch-infparser.py	2010-01-07 20:05:16.039996078 +0300
@@ -1,19 +1,19 @@
---- infparser.py.orig	Tue Aug  7 16:10:14 2007
-+++ infparser.py	Tue Aug  7 17:09:32 2007
+--- infparser.py.orig	2010-01-07 20:00:17.171071673 +0300
++++ infparser.py	2010-01-07 20:02:24.200743110 +0300
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
 +#! @PYTHON_CMD@
  # -*- Mode: Python; tab-width: 4 -*-
  #
  # Inf Driver parser
-@@ -293,28 +293,6 @@
-         if inffile.split('/').pop() not in exclude:
-             devlist.update(scan_inf(inffile))
+@@ -312,28 +312,6 @@
+                 print format_exc()
+                 print '---- CUT HERE ----'
  
 -    print 'Compiled %d drivers' % len(devlist)
 -
--    fd = open('devlist.cache', 'w')
-+    fd = open('@DEVLIST_CACHE@', 'w')
+-    fd = open('devlist.cache', 'wb')
++    fd = open('@DEVLIST_CACHE@', 'wb')
      dump(devlist, fd)
      fd.close()
 -    print 'generated devlist.cache'
--- net/ris/files/patch-binlsrv.py.orig	2010-01-07 18:52:00.732580611 +0300
+++ net/ris/files/patch-binlsrv.py	2010-01-07 18:52:31.214941747 +0300
@@ -1,5 +1,5 @@
---- binlsrv.py.orig	Tue Aug  7 16:06:15 2007
-+++ binlsrv.py	Tue Aug  7 16:35:02 2007
+--- binlsrv.py.orig	2007-09-28 19:29:12.000000000 +0400
++++ binlsrv.py	2010-01-07 18:50:47.218704824 +0300
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
 +#! @PYTHON_CMD@
@@ -15,7 +15,7 @@
  -a, --address= : ip address to bind to [all interfaces]
  -p, --port=    : port to bind to [4011]
      --pid=     : pid file to use instead of the default
-@@ -839,11 +839,11 @@
+@@ -1015,11 +1015,11 @@
      ## Defaults
      global pidfile, s
      daemon  = False


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



More information about the freebsd-ports-bugs mailing list