diff options
author | drochner <drochner> | 2005-05-19 17:11:45 +0000 |
---|---|---|
committer | drochner <drochner> | 2005-05-19 17:11:45 +0000 |
commit | 4208a94823a5b3403aca811b8af4b54eba874c93 (patch) | |
tree | e6fd78689526eec1aa7284cac54fa1e0c958f66f /lang/cint | |
parent | c4b1f2dd53535983f279ad7eb244efd30c0b628b (diff) | |
download | pkgsrc-4208a94823a5b3403aca811b8af4b54eba874c93.tar.gz |
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 (limited to 'lang/cint')
-rw-r--r-- | lang/cint/Makefile | 8 | ||||
-rw-r--r-- | lang/cint/distinfo | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile index 38bd28e23c6..33965ead445 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -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 @@ COMMENT= C/C++ interpreter 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 --git a/lang/cint/distinfo b/lang/cint/distinfo index c8b505d8d70..57e00f39334 100644 --- a/lang/cint/distinfo +++ b/lang/cint/distinfo @@ -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 |