aboutsummaryrefslogtreecommitdiff
path: root/editors/mined
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2015-03-30 20:40:13 +0000
committerThierry Thomas <thierry@FreeBSD.org>2015-03-30 20:40:13 +0000
commit48520c3818bb48cf2b15e6f4e9997e5b928ddd69 (patch)
tree3a76aa11f984af1e92bd16716c6b236e9a42f917 /editors/mined
parent451e3730043ba6419f727060cc6f1b13674aa7b9 (diff)
downloadports-48520c3818bb48cf2b15e6f4e9997e5b928ddd69.tar.gz
ports-48520c3818bb48cf2b15e6f4e9997e5b928ddd69.zip
Upgrade to 2015.25.
Notes
Notes: svn path=/head/; revision=382723
Diffstat (limited to 'editors/mined')
-rw-r--r--editors/mined/Makefile4
-rw-r--r--editors/mined/distinfo4
-rw-r--r--editors/mined/files/patch-makefile8
-rw-r--r--editors/mined/files/patch-src__makefile.bsd14
4 files changed, 15 insertions, 15 deletions
diff --git a/editors/mined/Makefile b/editors/mined/Makefile
index f2f7a29cfdae..13e5c23303b5 100644
--- a/editors/mined/Makefile
+++ b/editors/mined/Makefile
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= mined
-PORTVERSION= 2014.24.2
+PORTVERSION= 2015.25
CATEGORIES= editors
-MASTER_SITES= http://towo.net/mined/download/
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Text mode editor with Unicode support
diff --git a/editors/mined/distinfo b/editors/mined/distinfo
index eac325105659..848c7c46d0e8 100644
--- a/editors/mined/distinfo
+++ b/editors/mined/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mined-2014.24.2.tar.gz) = 1bcb0723e54250479d01f2b48972e28b7ebe465cc1659ae805a0109f71d41a35
-SIZE (mined-2014.24.2.tar.gz) = 6696671
+SHA256 (mined-2015.25.tar.gz) = 51bca986a9fe49bbce1e41e77dd48591dc775ed93f76f97702a3a73b7ffa67e6
+SIZE (mined-2015.25.tar.gz) = 6919430
diff --git a/editors/mined/files/patch-makefile b/editors/mined/files/patch-makefile
index 3bb152a2c64a..e3e68d12e8ff 100644
--- a/editors/mined/files/patch-makefile
+++ b/editors/mined/files/patch-makefile
@@ -1,7 +1,7 @@
---- makefile.orig 2013-06-12 17:39:26.000000000 +0200
-+++ makefile 2013-09-12 15:09:05.000000000 +0200
-@@ -27,7 +27,7 @@
- ./makemined clean
+--- makefile.orig 2015-03-23 23:00:00 UTC
++++ makefile
+@@ -30,7 +30,7 @@ clean:
+ sh ./makemined clean
manual:
- cd man; make
diff --git a/editors/mined/files/patch-src__makefile.bsd b/editors/mined/files/patch-src__makefile.bsd
index 898b249a38db..0ae3d321b179 100644
--- a/editors/mined/files/patch-src__makefile.bsd
+++ b/editors/mined/files/patch-src__makefile.bsd
@@ -1,6 +1,6 @@
---- src/makefile.bsd.orig 2011-10-20 00:00:00.000000000 +0200
-+++ src/makefile.bsd 2011-11-20 18:42:22.000000000 +0100
-@@ -20,7 +20,7 @@
+--- src/makefile.bsd.orig 2014-07-10 22:00:00 UTC
++++ src/makefile.bsd
+@@ -20,7 +20,7 @@ bindir = $(prefix)/bin
mandir = $(prefix)/share/man
rundir = $(prefix)/share/mined
# FreeBSD:
@@ -9,7 +9,7 @@
# NetBSD (few packages), OpenBSD:
#docdir = $(lprefix)/share/doc/html/mined
-@@ -30,7 +30,7 @@
+@@ -30,7 +30,7 @@ lbindir = $(lprefix)/bin
lmandir = $(lprefix)/man
lrundir = $(lprefix)/share/mined
# FreeBSD, OpenBSD:
@@ -18,12 +18,12 @@
#INSTALL = install --mode=+r,u+w
INSTALL = install -m 644
-@@ -112,7 +112,7 @@
+@@ -114,7 +114,7 @@ GLDOPTS= # -[B]static links statically
# compiler selection and compiler-specific options
# (source warnings, optimisation and debug)
-CC=gcc
+#CC=gcc
- # avoid problems with non-GNU make
- include mkinclud.cc
+ include mkinclud.cc # sic! avoid problems with non-GNU make
+