pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Revert my last change with pcc.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bdb84063da0
branches:  trunk
changeset: 533627:1bdb84063da0
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri Sep 21 23:16:39 2007 +0000

description:
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.

diffstat:

 doc/CHANGES-2007  |  3 +--
 lang/pcc/Makefile |  9 ++++++---
 lang/pcc/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (52 lines):

diff -r 042a4b9decdc -r 1bdb84063da0 doc/CHANGES-2007
--- a/doc/CHANGES-2007  Fri Sep 21 23:15:20 2007 +0000
+++ b/doc/CHANGES-2007  Fri Sep 21 23:16:39 2007 +0000
@@ -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 @@
        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 -r 042a4b9decdc -r 1bdb84063da0 lang/pcc/Makefile
--- a/lang/pcc/Makefile Fri Sep 21 23:15:20 2007 +0000
+++ b/lang/pcc/Makefile Fri Sep 21 23:16:39 2007 +0000
@@ -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 @@
 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 -r 042a4b9decdc -r 1bdb84063da0 lang/pcc/distinfo
--- a/lang/pcc/distinfo Fri Sep 21 23:15:20 2007 +0000
+++ b/lang/pcc/distinfo Fri Sep 21 23:16:39 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index