pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/pforth Fix file name after unzip changes. Bump PK...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1215167ff3d2
branches:  trunk
changeset: 398384:1215167ff3d2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Aug 29 18:53:57 2009 +0000

description:
Fix file name after unzip changes. Bump PKGREVISION.
Reported by hasso.

diffstat:

 lang/pforth/Makefile |  6 +++---
 lang/pforth/PLIST    |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r bccba087cabd -r 1215167ff3d2 lang/pforth/Makefile
--- a/lang/pforth/Makefile      Sat Aug 29 18:41:12 2009 +0000
+++ b/lang/pforth/Makefile      Sat Aug 29 18:53:57 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2009/08/25 11:56:35 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2009/08/29 18:53:57 wiz Exp $
 
 DISTNAME=              pfthpc21
 PKGNAME=               pforth-21
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            lang
 MASTER_SITES=          http://www.softsynth.com/pforth/
 EXTRACT_SUFX=          .zip
@@ -34,7 +34,7 @@
        ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/lib/pforth
        ${INSTALL_DATA} ${WRKSRC}/pforth.dic ${DESTDIR}${PREFIX}/lib/pforth
        ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/pforth
-       ${INSTALL_DATA} ${WRKSRC}/readme.txt ${WRKSRC}/docs/*           \
+       ${INSTALL_DATA} ${WRKSRC}/README.txt ${WRKSRC}/docs/*           \
                ${DESTDIR}${PREFIX}/share/doc/pforth/
        ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/pforth
        ${INSTALL_DATA} ${WRKSRC}/*.fth ${DESTDIR}${PREFIX}/share/pforth/
diff -r bccba087cabd -r 1215167ff3d2 lang/pforth/PLIST
--- a/lang/pforth/PLIST Sat Aug 29 18:41:12 2009 +0000
+++ b/lang/pforth/PLIST Sat Aug 29 18:53:57 2009 +0000
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:03:38 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/08/29 18:53:57 wiz Exp $
 bin/pforth
 lib/pforth/pforth.dic
+share/doc/pforth/README.txt
 share/doc/pforth/pf_ref.htm
 share/doc/pforth/pf_todo.txt
 share/doc/pforth/pf_tut.htm
 share/doc/pforth/pfmanual.txt
-share/doc/pforth/readme.txt
 share/pforth/ansilocs.fth
 share/pforth/bench.fth
 share/pforth/bloop.fth



Home | Main Index | Thread Index | Old Index