pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/mk-files Update the mk file to the 20050405 vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66f30de42e8d
branches:  trunk
changeset: 496406:66f30de42e8d
user:      erh <erh%pkgsrc.org@localhost>
date:      Mon Jun 27 20:28:12 2005 +0000

description:
Update the mk file to the 20050405 version, and fix the path to the tarball.

diffstat:

 devel/mk-files/Makefile |  10 +++++-----
 devel/mk-files/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r 86620efecd2d -r 66f30de42e8d devel/mk-files/Makefile
--- a/devel/mk-files/Makefile   Mon Jun 27 19:28:08 2005 +0000
+++ b/devel/mk-files/Makefile   Mon Jun 27 20:28:12 2005 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.17 2004/02/21 00:15:44 sjg Exp $
+# $NetBSD: Makefile,v 1.18 2005/06/27 20:28:12 erh Exp $
 #
 
-DISTNAME=      mk-20040214
-PKGNAME=       mk-files-20040214
+DISTNAME=      mk-20050405
+PKGNAME=       mk-files-20050405
 CATEGORIES=    devel
-MASTER_SITES=   ftp://ftp.NetBSD.org/pub/incoming/sjg/
+MASTER_SITES=   ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/
 
 MAINTAINER=    sjg%NetBSD.org@localhost
 HOMEPAGE=      http://www.crufty.net/help/sjg/bmake.html
@@ -29,7 +29,7 @@
 # same goes for the bsd.*.mk files (it makes the symlinks to *.mk)
 ${WRKSRC}/FILES:       extract
 ${WRKDIR}/.PLIST_SRC:  ${WRKSRC}/FILES
-       @( ${GREP} '^[a-z].*\.mk' $> ; \
+       @( ${GREP} '^[A-Za-z].*\.mk' $> ; \
        [ -f /usr/share/mk/sys.mk ] || ${ECHO} sys.mk; \
        [ -f /usr/share/mk/bsd.prog.mk ] || \
        for f in dep doc init lib man nls obj own prog subdir; do \
diff -r 86620efecd2d -r 66f30de42e8d devel/mk-files/distinfo
--- a/devel/mk-files/distinfo   Mon Jun 27 19:28:08 2005 +0000
+++ b/devel/mk-files/distinfo   Mon Jun 27 20:28:12 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2005/02/23 22:24:21 agc Exp $
+$NetBSD: distinfo,v 1.12 2005/06/27 20:28:12 erh Exp $
 
-SHA1 (mk-20040214.tar.gz) = b8058538471b23ac3992f7e213284517d76b944e
-RMD160 (mk-20040214.tar.gz) = e816f1ea717f6b501fe4e82dc1c4199140da3cd3
-Size (mk-20040214.tar.gz) = 27495 bytes
+SHA1 (mk-20050405.tar.gz) = 14528d1195494ff5f15a4616cfb5d696655e65d4
+RMD160 (mk-20050405.tar.gz) = 23bc1a44677792417c487d39bc153caf7b06dca9
+Size (mk-20050405.tar.gz) = 29128 bytes



Home | Main Index | Thread Index | Old Index