pkgsrc-WIP-changes archive

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

cp-ppcre: fix unfetchable distfile



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Mon Oct 19 21:22:05 2015 +0200
Changeset:	4c3baba0e62f3c14a645742a8c5639de85c3f5f1

Modified Files:
	cl-ppcre/Makefile
	cl-ppcre/distinfo

Log Message:
cp-ppcre: fix unfetchable distfile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4c3baba0e62f3c14a645742a8c5639de85c3f5f1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cl-ppcre/Makefile | 7 +++----
 cl-ppcre/distinfo | 7 ++++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/cl-ppcre/Makefile b/cl-ppcre/Makefile
index cb9ee87..2be858f 100644
--- a/cl-ppcre/Makefile
+++ b/cl-ppcre/Makefile
@@ -1,18 +1,17 @@
 # $NetBSD: Makefile,v 1.5 2012/09/24 18:26:53 asau Exp $
 #
 
-VERSION=        2.0.3
+VERSION=        2.0.11
 SHORTNAME=	cl-ppcre
-DISTNAME=	${SHORTNAME}
+DISTNAME=	${SHORTNAME}-${VERSION}
 CATEGORIES=	devel
-MASTER_SITES=	http://weitz.de/files/
+MASTER_SITES=	-http://weitz.de/files/cl-ppcre.tar.gz
 
 MAINTAINER=     ddeus.pkgsrc%mailnull.com@localhost
 HOMEPAGE=	http://weitz.de/cl-ppcre/
 COMMENT=        CL-PPCRE is a portable regular expression library for Common Lisp
 LICENSE=        modified-bsd
 
-WRKSRC=			${WRKDIR}/${DISTNAME}-${VERSION}
 COMMON_LISP_DOCFILES=	CHANGELOG doc/index.html
 
 .include "options.mk"
diff --git a/cl-ppcre/distinfo b/cl-ppcre/distinfo
index cbd78fe..c376989 100644
--- a/cl-ppcre/distinfo
+++ b/cl-ppcre/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1.1.1 2011/02/22 16:12:02 ddeus Exp $
 
-SHA1 (cl-ppcre.tar.gz) = 81e720aac06f1e6183177f762cc0e508d4c0262b
-RMD160 (cl-ppcre.tar.gz) = feb7977d6a51f20f834e9aec2eeddf0c65f006bd
-Size (cl-ppcre.tar.gz) = 157665 bytes
+SHA1 (cl-ppcre-2.0.11.tar.gz) = 9595fd275c5f789c653a9d26b88b55dce1eb4f41
+RMD160 (cl-ppcre-2.0.11.tar.gz) = 2063fe15b9ffa650e68bf07118f36a8117d0ae2c
+SHA512 (cl-ppcre-2.0.11.tar.gz) = 918cf4376063c11283c211861639cad9e3098cfa14beba608e017f34e372af224aa1b8765df7aa525fdc1e763c5cef9c0076cd09ccb777622877f037fdfbda4c
+Size (cl-ppcre-2.0.11.tar.gz) = 159829 bytes


Home | Main Index | Thread Index | Old Index