3.1.x Port update for FreeBSD

2007-10-12 Thread Brian A. Seklecki


The FBSD port is deadly out of date:

  # $FreeBSD: ports/devel/pear-PHPUnit3/Makefile,v 1.20 2007/06/26
  08:09:31 pav Exp $
  #

  PORTNAME=   PHPUnit
  PORTVERSION=3.0.6
  PORTREVISION=   1


It's 3.0.6 PL1.  I'm attempting to update it to 3.1.9 now.  I noticed the 
port is flagged as broken:


  BROKEN= Does not fetch

This is because:
MASTER_SITES=   http://pear.phpunit.de/get/

Is set, but MASTER_SITES gets set back to pear.php.net later using:
   .include ${PORTSDIR}/devel/pear/bsd.pear.mk


l8*
-lava (Brian A. Seklecki - Pittsburgh, PA, USA)
   http://www.spiritual-machines.org/

Guilty? Yeah. But he knows it. I mean, you're guilty.
You just don't know it. So who's really in jail?
~Maynard James Keenan

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [phpunit-user] 3.1.x Port update for FreeBSD

2007-10-12 Thread Brian A. Seklecki

On Fri, 12 Oct 2007, Sebastian Bergmann wrote:


Brian A. Seklecki wrote:

This is because:
MASTER_SITES=   http://pear.phpunit.de/get/

Is set, but MASTER_SITES gets set back to pear.php.net later using:



Updated (w/ massive manual file list intervention):

http://people.collaborativefusion.com/~seklecki/pear-PHPUnit3-3.1.9_bas.tar

Looks good from here (except for that MASTER_SITES cheap hack).

God speed.

~BAS


   .include ${PORTSDIR}/devel/pear/bsd.pear.mk


The correct base url would be http://pear.phpunit.de/get/.

--
Sebastian Bergmann  http://sebastian-bergmann.de/
GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69



l8*
-lava (Brian A. Seklecki - Pittsburgh, PA, USA)
   http://www.spiritual-machines.org/

Guilty? Yeah. But he knows it. I mean, you're guilty.
You just don't know it. So who's really in jail?
~Maynard James Keenan

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]