diff options
author | reed <reed@pkgsrc.org> | 2007-09-21 23:16:39 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2007-09-21 23:16:39 +0000 |
commit | 0bd126da9563e4d491ebf5ac0be9b8fe4fde6d2a (patch) | |
tree | 9d8891471fbf82a7909bce6725d175d870839477 | |
parent | 29c707dffe77191f0df991799283fd8e17213636 (diff) | |
download | pkgsrc-0bd126da9563e4d491ebf5ac0be9b8fe4fde6d2a.tar.gz |
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.
-rw-r--r-- | doc/CHANGES-2007 | 3 | ||||
-rw-r--r-- | lang/pcc/Makefile | 9 | ||||
-rw-r--r-- | lang/pcc/distinfo | 8 |
3 files changed, 11 insertions, 9 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 3b49c50b266..86f14641f6a 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -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] diff --git a/lang/pcc/Makefile b/lang/pcc/Makefile index bd1786364f9..6b08f505352 100644 --- a/lang/pcc/Makefile +++ b/lang/pcc/Makefile @@ -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" diff --git a/lang/pcc/distinfo b/lang/pcc/distinfo index c4590624794..a5648ca02d5 100644 --- a/lang/pcc/distinfo +++ b/lang/pcc/distinfo @@ -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 |