From 163d54b05a66173075f8eb9c4e3c2b0c7a095e09 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 24 Feb 2011 16:42:23 +0100 Subject: [PATCH] pcc{,-libs}: update to 1.0.0.BETA not a devel snapshot. --- srcpkgs/pcc-libs/template | 9 ++++++--- srcpkgs/pcc/template | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/srcpkgs/pcc-libs/template b/srcpkgs/pcc-libs/template index bd2d226a455..0891b47a184 100644 --- a/srcpkgs/pcc-libs/template +++ b/srcpkgs/pcc-libs/template @@ -1,11 +1,14 @@ # Template file for 'pcc-libs' pkgname=pcc-libs -version=20110224 -distfiles="http://pcc.ludd.ltu.se/ftp/pub/$pkgname/$pkgname-$version.tgz" +_distver=1.0.0.BETA +_datever=20110224 +version=${_distver} +wrksrc=${pkgname}-${version} +distfiles="http://pcc.ludd.ltu.se/ftp/pub/pcc-beta/$pkgname-${_distver}-${_datever}.tgz" build_style=custom-install short_desc="Portable C Compiler - Support Libraries" maintainer="Juan RP " -checksum=35624e4fc195da82ebb1b7d54b695918a7ec81079f7b44d8a769f45df34cd4d2 +checksum=7047b7e869dbaaf8fd777b9116df97aee3184dff1eab0366a976b782a6950e4e long_desc=" The compiler is based on the original Portable C Compiler by S. C. Johnson, written in the late 70's. About 50% of the frontend code and 80% of the diff --git a/srcpkgs/pcc/template b/srcpkgs/pcc/template index 6af054cd562..42af4c6f3bd 100644 --- a/srcpkgs/pcc/template +++ b/srcpkgs/pcc/template @@ -1,12 +1,15 @@ # Template file for 'pcc' pkgname=pcc -version=20110224 -distfiles="http://pcc.ludd.ltu.se/ftp/pub/pcc/pcc-$version.tgz" +_distver=1.0.0.BETA +_datever=20110224 +version=${_distver} +wrksrc=pcc-${version} +distfiles="http://pcc.ludd.ltu.se/ftp/pub/pcc-beta/pcc-${_distver}-${_datever}.tgz" build_style=gnu_configure configure_args="--enable-tls" short_desc="Portable C Compiler" maintainer="Juan RP " -checksum=8628ff61e7552c05af1f512978fb11bf41c0b5c705fb1e1fe34f1cfe1c8b0fb3 +checksum=aff14ceee0d53866a43b71854f3c8ba5690ac4d7835045f35ae6525d2239d7d8 long_desc=" The compiler is based on the original Portable C Compiler by S. C. Johnson, written in the late 70's. About 50% of the frontend code and 80% of the