Summary: | Update port: cad/pcb to 1.7.3 and fix unfetchable distfile | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Serge Gagnon <gagnon__s> | ||||||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | ||||||||||
Priority: | Normal | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
Serge Gagnon
2003-06-09 02:10:12 UTC
Sorry, I don't exactly know what I was doing with this DISTFILES Run this patch after applied the one above --- patch-wake-up begins here --- --- Makefile.orig Mon Jun 9 00:08:31 2003 +++ Makefile Mon Jun 9 00:08:59 2003 @@ -10,7 +10,7 @@ PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= http://bach.ece.jhu.edu/~haceaton/pcb/ -DISTFILES= ${PORTNAME}-${PORTVERSION}p${EXTRACT_SUFX} +DISTNAME= ${PORTNAME}-${PORTVERSION}p EXTRACT_SUFX= .tgz MAINTAINER= gagnon__s@videotron.ca --- patch-wake-up ends here --- -- Serge Gagnon <gagnon__s@videotron.ca> Quebec, Qc, Canada GPG key available from: ftp://quenix.dyndns.org/keys/sg.asc On Mon, 2003-06-09 at 00:14, Serge Gagnon wrote: I appologize for the previous follow-up... it seems that my state aggravate from minute to minute ;) THIS is the good patch --- patch-Makefile begins here --- --- Makefile.orig Mon Jun 9 01:09:57 2003 +++ Makefile Mon Jun 9 01:10:14 2003 @@ -9,7 +9,7 @@ PORTVERSION= 1.7.3 CATEGORIES= cad MASTER_SITES= http://bach.ece.jhu.edu/~haceaton/pcb/ -DISTFILES= ${PORTNAME}-wip${EXTRACT_SUFX} +DISTNAME= ${PORTNAME}-wip EXTRACT_SUFX= .tgz MAINTAINER= gagnon__s@videotron.ca --- patch-Makefile ends here --- -- Serge Gagnon <gagnon__s@videotron.ca> Quebec, Qc, Canada GPG key available from: ftp://quenix.dyndns.org/keys/sg.asc On Mon, 2003-06-09 at 01:14, Serge Gagnon wrote: Do you believe me if I tell you that this time... it this the real-good-perfect patch ? --- patch-pfffff-Makefile begins here --- --- Makefile.orig Mon Jun 9 01:09:57 2003 +++ Makefile Mon Jun 9 07:40:51 2003 @@ -9,7 +9,7 @@ PORTVERSION= 1.7.3 CATEGORIES= cad MASTER_SITES= http://bach.ece.jhu.edu/~haceaton/pcb/ -DISTFILES= ${PORTNAME}-wip${EXTRACT_SUFX} +DISTNAME= ${PORTNAME}-wip EXTRACT_SUFX= .tgz MAINTAINER= gagnon__s@videotron.ca @@ -18,6 +18,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ latex:${PORTSDIR}/print/teTeX +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_IMAKE= yes MAN1= pcb.1 --- patch-pfffff-Makefile ends here --- -- Serge Gagnon <gagnon__s@videotron.ca> Quebec, Qc, Canada GPG key available from: ftp://quenix.dyndns.org/keys/sg.asc State Changed From-To: open->closed Committed, Thanks! |