pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/cint sync with changed distfile -- they have the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c028e3cfa13b
branches:  trunk
changeset: 494126:c028e3cfa13b
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu May 19 17:11:45 2005 +0000

description:
sync with changed distfile -- they have the habit to do minor updates
without changing the distfile name
changes seem X11/GL related which we don't support anyway

diffstat:

 lang/cint/Makefile |  8 ++++++--
 lang/cint/distinfo |  8 ++++----
 2 files changed, 10 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r c09321cb04e2 -r c028e3cfa13b lang/cint/Makefile
--- a/lang/cint/Makefile        Thu May 19 17:05:38 2005 +0000
+++ b/lang/cint/Makefile        Thu May 19 17:11:45 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2005/05/02 17:01:34 drochner Exp $
+# $NetBSD: Makefile,v 1.14 2005/05/19 17:11:45 drochner Exp $
 
 DISTNAME=              cint5.15
-PKGNAME=               cint-5.15.169
+PKGNAME=               cint-5.15.174
 CATEGORIES=            lang
 MASTER_SITES=          ftp://root.cern.ch/root/
 #MASTER_SITES=         ${MASTER_SITE_BACKUP}
@@ -14,6 +14,10 @@
 DIST_SUBDIR=           ${PKGNAME}
 WRKSRC=                        ${WRKDIR}
 
+post-extract:
+       ${FIND} -d ${WRKSRC} -type d -name CVS -exec ${RM} -rf {} \;
+       ${FIND} ${WRKSRC} -type f -name .cvsignore -exec ${RM} -f {} \;
+
 do-build:
        @cd ${WRKDIR};                                          \
        case ${OPSYS} in                                        \
diff -r c09321cb04e2 -r c028e3cfa13b lang/cint/distinfo
--- a/lang/cint/distinfo        Thu May 19 17:05:38 2005 +0000
+++ b/lang/cint/distinfo        Thu May 19 17:11:45 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/05/02 17:01:34 drochner Exp $
+$NetBSD: distinfo,v 1.5 2005/05/19 17:11:45 drochner Exp $
 
-SHA1 (cint-5.15.169/cint5.15.tar.gz) = 286f24ab91fcb21c78b82852aed8740485ab5a73
-RMD160 (cint-5.15.169/cint5.15.tar.gz) = 84798099d28fbd3be2fa253b007f762f86700cad
-Size (cint-5.15.169/cint5.15.tar.gz) = 2142561 bytes
+SHA1 (cint-5.15.174/cint5.15.tar.gz) = 7061acb210dafb86413536dc91e0aa24e9ef3ee9
+RMD160 (cint-5.15.174/cint5.15.tar.gz) = 4d403e150fc290feba38785b385f282a28d15dcd
+Size (cint-5.15.174/cint5.15.tar.gz) = 1983029 bytes
 SHA1 (patch-aa) = 7f0c6c93b146507fecca71d6c596d98194cfc7ad



Home | Main Index | Thread Index | Old Index