Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Oct 2011 09:56:20 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/161276: [PATCH] finance/sabernetdcs-client: unbreak after devel/py-pyro update
Message-ID:  <201110040956.p949uKoU091988@red.freebsd.org>
Resent-Message-ID: <201110041000.p94A0LHZ097191@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         161276
>Category:       ports
>Synopsis:       [PATCH] finance/sabernetdcs-client: unbreak after devel/py-pyro update
>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:   Tue Oct 04 10:00:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        10.0-CURRENT
>Organization:
>Environment:
10.0-CURRENT i386
>Description:
Unbreak after devel/py-pyro update.
Fix whitespace bugs in pkg-descr while i here.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/Makefile b/Makefile
index c95874d..bb454c0 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ DISTNAME=	sndcs-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	SaberNet DCS - A labor data collection system
 
-RUN_DEPENDS=	${PYTHONPREFIX_SITELIBDIR}/Pyro4/__init__.py:${PORTSDIR}/devel/py-pyro
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyro>=0:${PORTSDIR}/devel/py-pyro
 
 USE_GNOME=	pygtk2
 USE_PYTHON=	2.5+
diff --git a/pkg-descr b/pkg-descr
index 5f0e343..6ab4042 100644
--- a/pkg-descr
+++ b/pkg-descr
@@ -1,6 +1,6 @@
-SaberNet DCS is a labor data collection system, designed to allow 
-organizations to rapidly capture their labor data in real-time. 
-Optimized for bar code input, DCS is the perfect way to automate 
+SaberNet DCS is a labor data collection system, designed to allow
+organizations to rapidly capture their labor data in real-time.
+Optimized for bar code input, DCS is the perfect way to automate
 and improve the accuracy of your time tracking.
 
 WWW:	http://sabernetdcs.sourceforge.net/


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



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