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 to 20081111, provided by Aleksey...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4a297288b79a
branches: trunk
changeset: 556903:4a297288b79a
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Apr 06 10:25:51 2009 +0000
description:
Update to 20081111, provided by Aleksey Cheusov in PR 41021.
Update to the latest version.
Fix for destdir support.
Fix in CONFLICTS (there is no conflicts with bootstrap-mk-files).
Minor clean-ups.
Ok sjg@
diffstat:
devel/mk-files/Makefile | 19 +++++++++----------
devel/mk-files/distinfo | 8 ++++----
2 files changed, 13 insertions(+), 14 deletions(-)
diffs (62 lines):
diff -r c5fb75b73576 -r 4a297288b79a devel/mk-files/Makefile
--- a/devel/mk-files/Makefile Mon Apr 06 10:25:19 2009 +0000
+++ b/devel/mk-files/Makefile Mon Apr 06 10:25:51 2009 +0000
@@ -1,20 +1,19 @@
-# $NetBSD: Makefile,v 1.22 2008/01/05 21:48:53 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2009/04/06 10:25:51 wiz Exp $
#
-DISTNAME= mk-20050405
-PKGNAME= mk-files-20050405
-PKGREVISION= 1
+DISTNAME= mk-20081111
+PKGNAME= ${DISTNAME:S/mk/mk-files/1}
CATEGORIES= devel
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/
-CONFLICTS+= bootstrap-mk-files-[0-9]*
-
MAINTAINER= sjg%NetBSD.org@localhost
HOMEPAGE= http://www.crufty.net/help/sjg/bmake.html
COMMENT= Portable *.mk files for the NetBSD portable bmake utility
-NO_CONFIGURE= yes
-NO_BUILD= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/mk
@@ -28,7 +27,7 @@
PLIST_SRC=${WRKDIR}/.PLIST_SRC
do-install:
- ${WRKSRC}/install-mk ${PREFIX}/share/mk
+ ${SH} ${WRKSRC}/install-mk ${DESTDIR}${PREFIX}/share/mk
.include "../../mk/bsd.pkg.mk"
@@ -37,7 +36,7 @@
# same goes for the bsd.*.mk files (it makes the symlinks to *.mk)
${WRKSRC}/FILES: extract
${WRKDIR}/.PLIST_SRC: ${WRKSRC}/FILES
- @( ${GREP} '^[A-Za-z].*\.mk' ${.ALLSRC} ; \
+ ( ${GREP} '^[A-Za-z].*\.mk' ${.ALLSRC} ; \
[ -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 c5fb75b73576 -r 4a297288b79a devel/mk-files/distinfo
--- a/devel/mk-files/distinfo Mon Apr 06 10:25:19 2009 +0000
+++ b/devel/mk-files/distinfo Mon Apr 06 10:25:51 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2005/06/27 20:28:12 erh Exp $
+$NetBSD: distinfo,v 1.13 2009/04/06 10:25:51 wiz Exp $
-SHA1 (mk-20050405.tar.gz) = 14528d1195494ff5f15a4616cfb5d696655e65d4
-RMD160 (mk-20050405.tar.gz) = 23bc1a44677792417c487d39bc153caf7b06dca9
-Size (mk-20050405.tar.gz) = 29128 bytes
+SHA1 (mk-20081111.tar.gz) = a08e1723726c8f3b2157daea9236d067eca6c259
+RMD160 (mk-20081111.tar.gz) = 5adaa6e182f336fc76489b804b2e88bc5690860e
+Size (mk-20081111.tar.gz) = 32590 bytes
Home |
Main Index |
Thread Index |
Old Index