Revert my last change with pcc.
Instead use the older tarball that does have the version as part of the name. It has same checksum. It is really beta but at least the file name exists tomorrow. We will wait until developer releases a real version. Sorry about going back in time in versioning in pkgsrc -- hopefully nobody hit this in the past few minutes.
This commit is contained in:
parent
c9802148ff
commit
f3336e0529
3 changed files with 11 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES-2007,v 1.2082 2007/09/21 23:15:20 bjs Exp $
|
||||
$NetBSD: CHANGES-2007,v 1.2083 2007/09/21 23:16:39 reed Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2007:
|
||||
|
||||
|
@ -3841,5 +3841,4 @@ Changes to the packages collection and infrastructure in 2007:
|
|||
Updated x11/inputproto to 1.4.2.1 [bjs 2007-09-21]
|
||||
Updated net/xipdump to 1.5.4nb3 [adrianp 2007-09-21]
|
||||
Updated www/seamonkey to 1.1.4nb1 [ghen 2007-09-21]
|
||||
Updated lang/pcc to 0.9.8.070920 [reed 2007-09-21]
|
||||
Updated devel/scmgit to 1.5.3.2 [bjs 2007-09-21]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.3 2007/09/21 22:55:46 reed Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2007/09/21 23:16:39 reed Exp $
|
||||
|
||||
DISTNAME= pcc-070920
|
||||
PKGNAME= pcc-0.9.8.070920
|
||||
DISTNAME= pcc-0.9.8-070912
|
||||
PKGNAME= pcc-0.9.8
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://226.net120.skekraft.net/pcc/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
@ -10,6 +10,9 @@ MAINTAINER= reed@reedmedia.net
|
|||
HOMEPAGE= http://www.ludd.ltu.se/~ragge/pcc/
|
||||
COMMENT= Portable C compiler
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
INSTALLATION_DIRS= bin libexec
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2007/09/21 22:55:46 reed Exp $
|
||||
$NetBSD: distinfo,v 1.3 2007/09/21 23:16:39 reed Exp $
|
||||
|
||||
SHA1 (pcc-070920.tgz) = 9cfbff1ff5a5f6f371b4b84f2c86768b71776e46
|
||||
RMD160 (pcc-070920.tgz) = 35fbefa37944b3af964fd7b940dc4dcd6e4e0f93
|
||||
Size (pcc-070920.tgz) = 315846 bytes
|
||||
SHA1 (pcc-0.9.8-070912.tgz) = a3162c1139b865d2f9ce50f0dd161ee4061f2460
|
||||
RMD160 (pcc-0.9.8-070912.tgz) = 92fa1c920458fa5ccabe76f427ec48296effad27
|
||||
Size (pcc-0.9.8-070912.tgz) = 299675 bytes
|
||||
|
|
Loading…
Reference in a new issue