diff options
author | thierry <thierry@FreeBSD.org> | 2015-03-31 04:40:13 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2015-03-31 04:40:13 +0800 |
commit | 2bc65d1728f5a733dedc21bee28fd442b870770b (patch) | |
tree | 3a76aa11f984af1e92bd16716c6b236e9a42f917 /editors | |
parent | 07e07146b372e69d058de62d2a42298c659f4f2c (diff) | |
download | freebsd-ports-gnome-2bc65d1728f5a733dedc21bee28fd442b870770b.tar.gz freebsd-ports-gnome-2bc65d1728f5a733dedc21bee28fd442b870770b.tar.zst freebsd-ports-gnome-2bc65d1728f5a733dedc21bee28fd442b870770b.zip |
Upgrade to 2015.25.
Changelog at http://towo.net/mined/changes.html#2015.25
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mined/Makefile | 4 | ||||
-rw-r--r-- | editors/mined/distinfo | 4 | ||||
-rw-r--r-- | editors/mined/files/patch-makefile | 8 | ||||
-rw-r--r-- | editors/mined/files/patch-src__makefile.bsd | 14 |
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 + |