Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2008 18:34:02 -0500 (EST)
From:      Steven Kreuzer <skreuzer@exit2shell.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/130040: shells/zoidberg: Unbreak port
Message-ID:  <200812292334.mBTNY2a8067577@slurry.exit2shell.com>
Resent-Message-ID: <200812292340.mBTNe17p064056@freefall.freebsd.org>

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

>Number:         130040
>Category:       ports
>Synopsis:       shells/zoidberg: Unbreak port
>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:   Mon Dec 29 23:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Steven Kreuzer
>Release:        FreeBSD 7.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD slurry.exit2shell.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #3: Mon Nov 24 14:01:09 EST 2008
>Description:
Patch will fix the problems with shells/zoidberg so that it doesn't have to be
removed from the ports tree

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

--- zoidberg-0.96.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/share/cvs/freebsd/ports/shells/zoidberg/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	30 Nov 2008 18:41:30 -0000	1.6
+++ Makefile	29 Dec 2008 23:21:48 -0000
@@ -9,8 +9,8 @@
 PORTNAME=	zoidberg
 PORTVERSION=	0.96
 CATEGORIES=	shells perl5
-MASTER_SITES=	CPAN \
-		http://zoidberg.student.utwente.nl/downloads/Zoidberg/
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	../../authors/id/P/PA/PARDUS
 DISTNAME=	Zoidberg-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
@@ -23,11 +23,10 @@
 		${SITE_PERL}/Term/ReadLine/Zoid.pm:${PORTSDIR}/devel/p5-Term-ReadLine-Zoid \
 		${SITE_PERL}/Env/PS1.pm:${PORTSDIR}/devel/p5-Env-PS1
 
-BROKEN=		does not package
-
 PERL_MODBUILD=	yes
 CONFIGURE_ARGS=	install_path=doc="${DOCSDIR}" \
-		install_path=share="${DATADIR}"
+		install_path=share="${DATADIR}" \
+		install_path=share="${ETCDIR}"
 
 PORTDOCS=	*
 
Index: pkg-plist
===================================================================
RCS file: /usr/share/cvs/freebsd/ports/shells/zoidberg/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	22 Jan 2006 02:51:12 -0000	1.3
+++ pkg-plist	29 Dec 2008 23:19:45 -0000
@@ -1,7 +1,6 @@
 bin/zoid
 @exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells ; rm -f /etc/shells.bak
 @unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells ; rm -f /etc/shells.bak
-etc/zoidrc
 %%SITE_PERL%%/Bundle/Zoidberg.pm
 %%SITE_PERL%%/Zoidberg.pm
 %%SITE_PERL%%/Zoidberg/Contractor.pm
--- zoidberg-0.96.patch ends here ---

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



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