diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-06-07 05:43:06 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-06-07 05:43:06 +0000 |
commit | 278db4720b72002ce4b4ffa188176e09f95f7acc (patch) | |
tree | 4643cb7bb98404dff8bb3b2390389b9d7d2902f1 /misc/lv/files/patch-src_Makefile.in | |
parent | mail/msmtp: update to 1.6.5 (diff) |
misc/lv: new MASTER_SITES at github
- Lv's master site was gone because ISP was terminated the service.
Submittter contacted the lv's author, he says "I can't create a new
site so busy". So submitter uploaded lv's source code to GitHub.
- Attached diff that changes MAINTAINER address and MASTER_SITES point
to GitHub, some related changes also included.
- patches re-generated patch by "make makepatch".
- submitter becomes maintainer
PR: 210067
Submitted by: IWAMOTO Kouichi <sue@iwmt.org>
Notes
Notes:
svn path=/head/; revision=416495
Diffstat (limited to 'misc/lv/files/patch-src_Makefile.in')
-rw-r--r-- | misc/lv/files/patch-src_Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/lv/files/patch-src_Makefile.in b/misc/lv/files/patch-src_Makefile.in index e7bf2f8ac5ce..67aa4f87a2ac 100644 --- a/misc/lv/files/patch-src_Makefile.in +++ b/misc/lv/files/patch-src_Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2004-01-06 16:22:17.000000000 +0900 -+++ Makefile.in 2014-06-16 21:40:34.440747700 +0900 -@@ -9,11 +9,11 @@ +--- Makefile.in.orig 2004-01-06 07:22:17 UTC ++++ Makefile.in +@@ -9,11 +9,11 @@ VERSION= 451 srcdir= @srcdir@ VPATH= @srcdir@ @@ -14,7 +14,7 @@ lvlibdir= $(libdir)/lv distdir = lv$(VERSION) -@@ -41,7 +41,7 @@ +@@ -41,7 +41,7 @@ UNIOBJS= utf.o unimap.o unirev.o all: lv lv: $(OBJS) $(UNIOBJS) |