pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/mg



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Apr 27 04:22:22 UTC 2020

Modified Files:
        pkgsrc/editors/mg: Makefile distinfo
        pkgsrc/editors/mg/patches: patch-ag

Log Message:
editors/mg: fix prefix


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/editors/mg/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/mg/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/mg/patches/patch-ag

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

Modified files:

Index: pkgsrc/editors/mg/Makefile
diff -u pkgsrc/editors/mg/Makefile:1.12 pkgsrc/editors/mg/Makefile:1.13
--- pkgsrc/editors/mg/Makefile:1.12     Tue Jan  1 20:05:02 2019
+++ pkgsrc/editors/mg/Makefile  Mon Apr 27 04:22:22 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2019/01/01 20:05:02 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2020/04/27 04:22:22 rillig Exp $
 
 DISTNAME=      mg-20110905
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    editors
 MASTER_SITES=  https://homepage.boetes.org/software/mg/
 
@@ -26,7 +26,7 @@ SUBST_CLASSES+=               path
 SUBST_STAGE.path=      pre-configure
 SUBST_MESSAGE.path=    Adjusting path.
 SUBST_FILES.path=      Makefile.in mg.1
-SUBST_SED.path=                -e "s|/usr/local|${PREFIX}/|g"
+SUBST_SED.path=                -e "s|/usr/local|${PREFIX}|g"
 SUBST_SED.path+=       -e "s|/usr/share/doc|${PREFIX}/share/doc|g"
 SUBST_SED.path+=       -e "s|/usr/bin/install|${INSTALL}|g"
 

Index: pkgsrc/editors/mg/distinfo
diff -u pkgsrc/editors/mg/distinfo:1.9 pkgsrc/editors/mg/distinfo:1.10
--- pkgsrc/editors/mg/distinfo:1.9      Fri Apr  1 13:14:32 2016
+++ pkgsrc/editors/mg/distinfo  Mon Apr 27 04:22:22 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2016/04/01 13:14:32 jperkin Exp $
+$NetBSD: distinfo,v 1.10 2020/04/27 04:22:22 rillig Exp $
 
 SHA1 (mg-20110905.tar.gz) = 51d2bac801cab33c9b552c36db5f8637fbbe9363
 RMD160 (mg-20110905.tar.gz) = 721b2a2e9059ddf6ea637dafd205575150b58c8c
@@ -7,7 +7,7 @@ Size (mg-20110905.tar.gz) = 138805 bytes
 SHA1 (patch-ab) = 2deb4c7e78d580434cfedfe9ea23add3b19cc300
 SHA1 (patch-ad) = 12515e4f5ce063f2984e5a144e467ba9b1693a7e
 SHA1 (patch-af) = b3c845deb4d7d70d006b8e00eeb5cf89a4b1027b
-SHA1 (patch-ag) = 3575193533f5585ebd378ef5de5dc9ab733b8f88
+SHA1 (patch-ag) = 1cc6ee03a15608055ba5da9e5e46c52a6ca67e27
 SHA1 (patch-ah) = 4c30216b73e895c0905c1245918c1bf04363ab16
 SHA1 (patch-ai) = bc9950469e4792867532dcaddba331f07131215c
 SHA1 (patch-basic.c) = bf528fd1b41d669427b00eb39c3c244cca725b5a

Index: pkgsrc/editors/mg/patches/patch-ag
diff -u pkgsrc/editors/mg/patches/patch-ag:1.3 pkgsrc/editors/mg/patches/patch-ag:1.4
--- pkgsrc/editors/mg/patches/patch-ag:1.3      Fri Apr  1 13:14:32 2016
+++ pkgsrc/editors/mg/patches/patch-ag  Mon Apr 27 04:22:22 2020
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.3 2016/04/01 13:14:32 jperkin Exp $
+$NetBSD: patch-ag,v 1.4 2020/04/27 04:22:22 rillig Exp $
 
 Use pkgsrc layout/flags.
 
@@ -9,7 +9,7 @@ Use pkgsrc layout/flags.
  name=         mg
  
 -prefix=               /usr/local
-+prefix?=      /usr/pkg/
++prefix?=      /usr/local
  bindir=               $(prefix)/bin
  libdir=               $(prefix)/lib
  includedir=   $(prefix)/include



Home | Main Index | Thread Index | Old Index