Bug 39100 - update lang/p5-Expect from 1.12 to 1.15
Summary: update lang/p5-Expect from 1.12 to 1.15
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 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-10 13:20 UTC by Erwin Lansing
Modified: 2002-06-11 21:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.57 KB, patch)
2002-06-10 13:20 UTC, Erwin Lansing
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erwin Lansing 2002-06-10 13:11:47 UTC
>Number:         39100
>Category:       ports
>Synopsis:       update lang/p5-Expect from 1.12 to 1.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 10 05:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD guineapig.pil.dk 4.5-STABLE FreeBSD 4.5-STABLE #9: Wed Apr 24 10:43:13 CEST 2002 root@prison.pil.dk:/usr/obj/usr/src/sys/PRISON i386


	
>Description:
- update to 1.15
- assume maintainership
- add link to sourceforge project
>How-To-Repeat:
	
>Fix:

	

diff -ruN p5-Expect.orig/Makefile p5-Expect/Makefile
--- p5-Expect.orig/Makefile	Mon Jun 10 13:59:19 2002
+++ p5-Expect/Makefile	Mon Jun 10 14:04:01 2002
@@ -6,19 +6,18 @@
 #
 
 PORTNAME=	Expect
-PORTVERSION=	1.12
+PORTVERSION=	1.15
 CATEGORIES=	lang perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Expect
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	erwin@lansing.dk
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty \
-		${SITE_PERL}/IO/Stty.pm:${PORTSDIR}/devel/p5-IO-Stty
+BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty \
+		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Stty.pm:${PORTSDIR}/devel/p5-IO-Stty
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
 PERL_CONFIGURE=	yes
 
 MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
diff -ruN p5-Expect.orig/distinfo p5-Expect/distinfo
--- p5-Expect.orig/distinfo	Mon Jun 10 13:59:19 2002
+++ p5-Expect/distinfo	Mon Jun 10 14:00:33 2002
@@ -1 +1 @@
-MD5 (Expect-1.12.tar.gz) = 37934e033b08124479f890ce8a429adb
+MD5 (Expect-1.15.tar.gz) = e717952b79c740121c18a1958b1bd6bb
diff -ruN p5-Expect.orig/pkg-descr p5-Expect/pkg-descr
--- p5-Expect.orig/pkg-descr	Mon Jun 10 13:59:19 2002
+++ p5-Expect/pkg-descr	Mon Jun 10 14:10:41 2002
@@ -1,6 +1,6 @@
 p5-Expect is a perl module inspired by the Tcl version of Expect.
 
-FTP: ftp://ftp.habit.com/pub/perl/
+WWW: http://sourceforge.net/projects/expectperl/
 Author: Austin Schutz <tex@habit.com>
 
 --Will <andrews@technologist.com>
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message
Comment 1 Erwin Lansing 2002-06-10 13:20:01 UTC
- update to 1.15
- assume maintainership
- add link to sourceforge project
Comment 2 Patrick Li freebsd_committer freebsd_triage 2002-06-10 13:58:12 UTC
State Changed
From-To: open->closed

Committed, Thanks!