summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@jbernard.io> 2018-08-27 11:14:34 -0400
committerGravatar Jon Bernard <jbernard@jbernard.io> 2018-08-27 11:14:34 -0400
commit7c0cb206b2d7d3d189387967b2f9e0a61ea79301 (patch)
tree45e5f3997b90aeaf2d634dcfbe83f10c5312f392
parent2aed9a096da3e304a466be080676093c972a0270 (diff)
downloadmystuff-7c0cb206b2d7d3d189387967b2f9e0a61ea79301.tar.gz
mystuff-7c0cb206b2d7d3d189387967b2f9e0a61ea79301.tar.bz2
mystuff-7c0cb206b2d7d3d189387967b2f9e0a61ea79301.zip
Update myrepos to latest version
-rw-r--r--sysutils/myrepos/Makefile2
-rw-r--r--sysutils/myrepos/distinfo4
-rw-r--r--sysutils/myrepos/patches/patch-Makefile34
-rw-r--r--sysutils/myrepos/pkg/PLIST11
4 files changed, 23 insertions, 28 deletions
diff --git a/sysutils/myrepos/Makefile b/sysutils/myrepos/Makefile
index 5aa16ee..f64348f 100644
--- a/sysutils/myrepos/Makefile
+++ b/sysutils/myrepos/Makefile
@@ -2,7 +2,7 @@
COMMENT = multiple repository management tool
-V = 1.20171231
+V = 1.20180726
DISTNAME = myrepos-${V}
CATEGORIES = sysutils
HOMEPAGE = https://myrepos.branchable.com/
diff --git a/sysutils/myrepos/distinfo b/sysutils/myrepos/distinfo
index dda65ea..733bdd1 100644
--- a/sysutils/myrepos/distinfo
+++ b/sysutils/myrepos/distinfo
@@ -1,2 +1,2 @@
-SHA256 (myrepos-1.20171231.tar.gz) = gSCKY4xX4Mccwyv3Rk54Hx5FHxQNbpUj3XIfyN3dOPA=
-SIZE (myrepos-1.20171231.tar.gz) = 61676
+SHA256 (myrepos-1.20180726.tar.gz) = v7kJA32meKFmjz9/hu/ufuMfK8ZtkLg92ea2pfmYxOI=
+SIZE (myrepos-1.20180726.tar.gz) = 70949
diff --git a/sysutils/myrepos/patches/patch-Makefile b/sysutils/myrepos/patches/patch-Makefile
index 7b882d4..1d6bfa5 100644
--- a/sysutils/myrepos/patches/patch-Makefile
+++ b/sysutils/myrepos/patches/patch-Makefile
@@ -1,27 +1,13 @@
$OpenBSD$
---- Makefile.orig Sun Jan 29 13:15:26 2017
-+++ Makefile Thu Feb 23 10:19:37 2017
-@@ -1,4 +1,4 @@
+Index: Makefile
+--- Makefile.orig
++++ Makefile
+@@ -1,6 +1,6 @@
-PREFIX:=/usr
+PREFIX:=/usr/local
-
- mans=mr.1 webcheckout.1
-
-@@ -17,14 +17,14 @@ test:
-
- install: build
- install -d ${DESTDIR}${PREFIX}/bin
-- install -d ${DESTDIR}${PREFIX}/share/man/man1
-+ install -d ${DESTDIR}${PREFIX}/man/man1
- install -d ${DESTDIR}${PREFIX}/share/mr
-
- install -m0755 mr ${DESTDIR}${PREFIX}/bin/
- install -m0755 webcheckout ${DESTDIR}${PREFIX}/bin/
-
-- install -m0644 mr.1 ${DESTDIR}${PREFIX}/share/man/man1/
-- install -m0644 webcheckout.1 ${DESTDIR}${PREFIX}/share/man/man1/
-+ install -m0644 mr.1 ${DESTDIR}${PREFIX}/man/man1/
-+ install -m0644 webcheckout.1 ${DESTDIR}${PREFIX}/man/man1/
-
- install -m0644 lib/* ${DESTDIR}${PREFIX}/share/mr/
-
+ BINDIR:=${PREFIX}/bin
+-MANDIR:=${PREFIX}/share/man
++MANDIR:=${PREFIX}/man
+ LIBDIR:=${PREFIX}/share/mr
+ LIBSHDIR:=${PREFIX}/share/mr.sh
+ EGDIR:=${PREFIX}/share/doc/myrepos/examples
diff --git a/sysutils/myrepos/pkg/PLIST b/sysutils/myrepos/pkg/PLIST
index 46b167a..7c5e8aa 100644
--- a/sysutils/myrepos/pkg/PLIST
+++ b/sysutils/myrepos/pkg/PLIST
@@ -1,17 +1,26 @@
-@comment $OpenBSD$
+@comment $OpenBSD: PLIST,v$
bin/mr
bin/webcheckout
@man man/man1/mr.1
@man man/man1/webcheckout.1
+share/doc/myrepos/
+share/doc/myrepos/examples/
+share/doc/myrepos/examples/mrconfig
+share/doc/myrepos/examples/mrconfig.complex
share/mr/
+share/mr.sh/
+share/mr.sh/cache-mr-status.sh
share/mr/dgit
share/mr/git-annex
share/mr/git-cvs
share/mr/git-fake-bare
share/mr/git-subtree
share/mr/git-svn
+share/mr/graph
+share/mr/remote
share/mr/repo
share/mr/stow
share/mr/unison
+share/mr/upgrade
share/mr/vcsh
share/mr/vis