pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/vile



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Feb 16 00:52:06 UTC 2019

Modified Files:
        pkgsrc/editors/vile: Makefile distinfo
        pkgsrc/editors/vile/patches: patch-makefile.in

Log Message:
vile: simplify installation of vileget


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/editors/vile/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/editors/vile/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/vile/patches/patch-makefile.in

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

Modified files:

Index: pkgsrc/editors/vile/Makefile
diff -u pkgsrc/editors/vile/Makefile:1.69 pkgsrc/editors/vile/Makefile:1.70
--- pkgsrc/editors/vile/Makefile:1.69   Fri Feb 15 19:50:27 2019
+++ pkgsrc/editors/vile/Makefile        Sat Feb 16 00:52:06 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2019/02/15 19:50:27 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2019/02/16 00:52:06 wiz Exp $
 
 DISTNAME=              vile-9.8t
 CATEGORIES=            editors
@@ -30,8 +30,6 @@ FILTERDIR=            ${PREFIX}/libexec/vile
 EGDIR=                 ${PREFIX}/share/examples/vile
 
 post-install:
-       ${INSTALL_SCRIPT} ${WRKSRC}/perl/vileget                        \
-               ${DESTDIR}${PREFIX}/bin/vileget
        ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
        set -e;                                                         \
        for f in filters/spell.rc filters/filters.rc                    \

Index: pkgsrc/editors/vile/distinfo
diff -u pkgsrc/editors/vile/distinfo:1.15 pkgsrc/editors/vile/distinfo:1.16
--- pkgsrc/editors/vile/distinfo:1.15   Fri Feb 15 19:50:27 2019
+++ pkgsrc/editors/vile/distinfo        Sat Feb 16 00:52:06 2019
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2019/02/15 19:50:27 wiz Exp $
+$NetBSD: distinfo,v 1.16 2019/02/16 00:52:06 wiz Exp $
 
 SHA1 (vile-9.8t.tgz) = 9e181852cdc3ff72756ace4873bcf3eddd071cf5
 RMD160 (vile-9.8t.tgz) = 73357094c3950296e77dd3ea372413fa5955a935
 SHA512 (vile-9.8t.tgz) = 4be4e37c7231395cae9236796073c2c3e428f1945283785a931c5d4cce94e0f970efa6634b0f9053679a00f4b4577704ea38ded2129e444b26ee9935a1c3d229
 Size (vile-9.8t.tgz) = 2352119 bytes
 SHA1 (patch-filters_makefile.in) = c2127de2f65ee09bce3ee0fd9163be95bf686c61
-SHA1 (patch-makefile.in) = 18ef317849cb2426aebf4523bda0369efbfdf1fb
+SHA1 (patch-makefile.in) = ed2be4b98d6a44231271c79c9cbe1b93bc410a4b

Index: pkgsrc/editors/vile/patches/patch-makefile.in
diff -u pkgsrc/editors/vile/patches/patch-makefile.in:1.2 pkgsrc/editors/vile/patches/patch-makefile.in:1.3
--- pkgsrc/editors/vile/patches/patch-makefile.in:1.2   Fri Feb 15 19:50:27 2019
+++ pkgsrc/editors/vile/patches/patch-makefile.in       Sat Feb 16 00:52:06 2019
@@ -1,4 +1,4 @@
-$NetBSD: patch-makefile.in,v 1.2 2019/02/15 19:50:27 wiz Exp $
+$NetBSD: patch-makefile.in,v 1.3 2019/02/16 00:52:06 wiz Exp $
 
 Carryover from vile 0.97, patch-aa (updated)
 
@@ -24,11 +24,3 @@ Carryover from vile 0.97, patch-aa (upda
  docdir                = $(datadir)/doc
  htmldir               = $(datadir)/html
  perldir               = $(datadir)/perl
-@@ -428,7 +428,6 @@ INSTALL_MACRO_FILES = \
- 
- INSTALL_PERL_DIRS = $(PERLDIR) $(PERLDIR)/Vile
- INSTALL_PERL_FILES = \
--      $(BINDIR)/vileget \
-       $(PERLDIR)/Breadcrumbs.pm \
-       $(PERLDIR)/CaptHook.pm \
-       $(PERLDIR)/Glob2re.pm \



Home | Main Index | Thread Index | Old Index