svn commit: r382723 - in head/editors/mined: . files

Thierry Thomas thierry at FreeBSD.org
Mon Mar 30 20:40:16 UTC 2015


Author: thierry
Date: Mon Mar 30 20:40:13 2015
New Revision: 382723
URL: https://svnweb.freebsd.org/changeset/ports/382723
QAT: https://qat.redports.org/buildarchive/r382723/

Log:
  Upgrade to 2015.25.
  
  Changelog at http://towo.net/mined/changes.html#2015.25

Modified:
  head/editors/mined/Makefile
  head/editors/mined/distinfo
  head/editors/mined/files/patch-makefile
  head/editors/mined/files/patch-src__makefile.bsd

Modified: head/editors/mined/Makefile
==============================================================================
--- head/editors/mined/Makefile	Mon Mar 30 20:24:43 2015	(r382722)
+++ head/editors/mined/Makefile	Mon Mar 30 20:40:13 2015	(r382723)
@@ -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 at FreeBSD.org
 COMMENT=	Text mode editor with Unicode support

Modified: head/editors/mined/distinfo
==============================================================================
--- head/editors/mined/distinfo	Mon Mar 30 20:24:43 2015	(r382722)
+++ head/editors/mined/distinfo	Mon Mar 30 20:40:13 2015	(r382723)
@@ -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

Modified: head/editors/mined/files/patch-makefile
==============================================================================
--- head/editors/mined/files/patch-makefile	Mon Mar 30 20:24:43 2015	(r382722)
+++ head/editors/mined/files/patch-makefile	Mon Mar 30 20:40:13 2015	(r382723)
@@ -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

Modified: head/editors/mined/files/patch-src__makefile.bsd
==============================================================================
--- head/editors/mined/files/patch-src__makefile.bsd	Mon Mar 30 20:24:43 2015	(r382722)
+++ head/editors/mined/files/patch-src__makefile.bsd	Mon Mar 30 20:40:13 2015	(r382723)
@@ -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
+ 
  


More information about the svn-ports-head mailing list