ports/154805: devel/readline update

Eitan Adler lists at eitanadler.com
Tue Feb 15 18:50:11 UTC 2011


>Number:         154805
>Category:       ports
>Synopsis:       devel/readline update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 15 18:50:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Eitan Adler
>Release:        
>Organization:
>Environment:
>Description:
devel/readline upstream released version 6.2 recently.
I am unable to test all the ports that depend upon readline so I am asking for an exp-run on the pass. If it passes then please commit the patch.
I am also asking for review from someone with a sparc64 machine (or an exp run) to determine if the sparc64 specific patch is still needed.
>How-To-Repeat:

>Fix:
Index: Mk/bsd.port.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.668
diff -u -r1.668 bsd.port.mk
--- Mk/bsd.port.mk	7 Feb 2011 13:50:13 -0000	1.668
+++ Mk/bsd.port.mk	15 Feb 2011 18:17:55 -0000
@@ -1203,9 +1203,6 @@
 .endif
 .endif
 
-# Get the default maintainer
-MAINTAINER?=	ports at FreeBSD.org
-
 # Get the architecture
 .if !defined(ARCH)
 ARCH!=	${UNAME} -p
Index: audio/ecasound/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/ecasound/Makefile,v
retrieving revision 1.43
diff -u -r1.43 Makefile
--- audio/ecasound/Makefile	4 Dec 2010 07:30:21 -0000	1.43
+++ audio/ecasound/Makefile	15 Feb 2011 18:17:55 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	ecasound
 PORTVERSION=	2.7.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://ecasound.seul.org/download/
 
Index: audio/jack/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/jack/Makefile,v
retrieving revision 1.58
diff -u -r1.58 Makefile
--- audio/jack/Makefile	16 Dec 2010 17:34:13 -0000	1.58
+++ audio/jack/Makefile	15 Feb 2011 18:17:55 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	jackit
 PORTVERSION=	0.118.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	http://jackaudio.org/downloads/
 DISTNAME=	jack-audio-connection-kit-${PORTVERSION}
Index: audio/lash/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/lash/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- audio/lash/Makefile	25 Oct 2010 20:09:01 -0000	1.15
+++ audio/lash/Makefile	15 Feb 2011 18:17:55 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	lash
 PORTVERSION=	0.5.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	audio
 MASTER_SITES=	http://download.savannah.gnu.org/releases/lash/
 
Index: audio/libsmf/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/libsmf/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- audio/libsmf/Makefile	29 Mar 2010 19:50:33 -0000	1.1
+++ audio/libsmf/Makefile	15 Feb 2011 18:17:55 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	libsmf
 PORTVERSION=	1.3
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	SF
 
Index: biology/mrbayes/Makefile
===================================================================
RCS file: /home/ncvs/ports/biology/mrbayes/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- biology/mrbayes/Makefile	12 May 2009 11:28:15 -0000	1.3
+++ biology/mrbayes/Makefile	15 Feb 2011 18:17:55 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	mrbayes
 PORTVERSION=	3.1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	biology
 MASTER_SITES=	SF
 
Index: cad/gnucap/Makefile
===================================================================
RCS file: /home/ncvs/ports/cad/gnucap/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- cad/gnucap/Makefile	12 May 2009 11:28:15 -0000	1.26
+++ cad/gnucap/Makefile	15 Feb 2011 18:17:55 -0000
@@ -8,7 +8,7 @@
 
 PORTNAME=	gnucap
 PORTVERSION=	2008.06.08
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	cad
 MASTER_SITES=	http://www.gnucap.org/devel/ \
 		http://www.gnucap.org/devel/archive/
Index: deskutils/pal/Makefile
===================================================================
RCS file: /home/ncvs/ports/deskutils/pal/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- deskutils/pal/Makefile	31 May 2010 01:58:03 -0000	1.13
+++ deskutils/pal/Makefile	15 Feb 2011 18:17:55 -0000
@@ -6,7 +6,7 @@
 
 PORTNAME=	pal
 PORTVERSION=	0.3.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	deskutils
 MASTER_SITES=	SF/${PORTNAME}cal/${PORTNAME}/${PORTVERSION}
 EXTRACT_SUFX=	.tgz
Index: devel/cgdb/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/cgdb/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- devel/cgdb/Makefile	3 Feb 2011 13:43:09 -0000	1.21
+++ devel/cgdb/Makefile	15 Feb 2011 18:17:55 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	cgdb
 PORTVERSION=	0.6.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
Index: devel/gdb/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/gdb/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- devel/gdb/Makefile	11 Jan 2011 20:52:28 -0000	1.5
+++ devel/gdb/Makefile	15 Feb 2011 18:17:55 -0000
@@ -8,7 +8,7 @@
 
 PORTNAME=	gdb
 PORTVERSION=	7.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
 MASTER_SITES=   ${MASTER_SITE_GNU:S,$,:gdb,}
 MASTER_SITE_SUBDIR=gdb/:gdb
Index: devel/hs-hmake/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/hs-hmake/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- devel/hs-hmake/Makefile	19 Apr 2010 10:43:21 -0000	1.29
+++ devel/hs-hmake/Makefile	15 Feb 2011 18:17:55 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	hmake
 PORTVERSION=	3.14
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel haskell
 MASTER_SITES=	http://www.haskell.org/hmake/ \
 		ftp://ftp.cs.york.ac.uk/pub/haskell/hmake/ \
Index: devel/jtag/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/jtag/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- devel/jtag/Makefile	31 May 2010 01:58:16 -0000	1.9
+++ devel/jtag/Makefile	15 Feb 2011 18:17:55 -0000
@@ -8,7 +8,7 @@
 
 PORTNAME=	jtag
 PORTVERSION=	0.5.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 MASTER_SITES=	SF/openwince/${PORTNAME}/${PORTVERSION}
 
Index: devel/omake/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/omake/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- devel/omake/Makefile	20 Nov 2009 22:53:00 -0000	1.10
+++ devel/omake/Makefile	15 Feb 2011 18:17:55 -0000
@@ -8,7 +8,7 @@
 
 PORTNAME=	omake
 PORTVERSION=	0.9.8.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://omake.metaprl.org/downloads/
 DISTNAME=	omake-0.9.8.5-3
Index: devel/readline/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/readline/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- devel/readline/Makefile	11 Jul 2010 18:41:13 -0000	1.19
+++ devel/readline/Makefile	15 Feb 2011 18:17:55 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	readline
-PORTVERSION=	6.1
+PORTVERSION=	6.2
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU} \
 		ftp://ftp.cwru.edu/pub/bash/
@@ -15,6 +15,8 @@
 MAINTAINER=	ports at eitanadler.com
 COMMENT=	A library for editing command lines as they are typed
 
+LICENCE=	GPLv3 # aww
+
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
Index: devel/readline/distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/readline/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- devel/readline/distinfo	9 Apr 2010 23:37:26 -0000	1.11
+++ devel/readline/distinfo	15 Feb 2011 18:17:55 -0000
@@ -1,3 +1,2 @@
-MD5 (readline-6.1.tar.gz) = fc2f7e714fe792db1ce6ddc4c9fb4ef3
-SHA256 (readline-6.1.tar.gz) = f0caf608c06ccd6d56b3bee1843458d509c53f9b53dffffe07cc11d8f03fa969
-SIZE (readline-6.1.tar.gz) = 2261725
+SHA256 (readline-6.2.tar.gz) = 79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381
+SIZE (readline-6.2.tar.gz) = 2277926
Index: devel/urjtag/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/urjtag/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- devel/urjtag/Makefile	31 May 2010 01:58:26 -0000	1.15
+++ devel/urjtag/Makefile	15 Feb 2011 18:17:55 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	urjtag
 PORTVERSION=	0.10
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
Index: ftp/quftp/Makefile
===================================================================
RCS file: /home/ncvs/ports/ftp/quftp/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- ftp/quftp/Makefile	22 Aug 2009 00:20:32 -0000	1.13
+++ ftp/quftp/Makefile	15 Feb 2011 18:17:55 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	quftp
 PORTVERSION=	1.0.7
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	ftp
 MASTER_SITES=	SF
 
Index: ftp/yafc/Makefile
===================================================================
RCS file: /home/ncvs/ports/ftp/yafc/Makefile,v
retrieving revision 1.40
diff -u -r1.40 Makefile
--- ftp/yafc/Makefile	22 Aug 2009 00:20:34 -0000	1.40
+++ ftp/yafc/Makefile	15 Feb 2011 18:17:55 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	yafc
 PORTVERSION=	1.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	ftp
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
Index: lang/clisp/Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/clisp/Makefile,v
retrieving revision 1.71
diff -u -r1.71 Makefile
--- lang/clisp/Makefile	15 Nov 2010 00:27:57 -0000	1.71
+++ lang/clisp/Makefile	15 Feb 2011 18:17:55 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	clisp
 PORTVERSION=	2.49
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang lisp
 MASTER_SITES=	GNU/${PORTNAME}/release/${PORTVERSION}
 
Index: lang/mdk/Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/mdk/Makefile,v
retrieving revision 1.39
diff -u -r1.39 Makefile
--- lang/mdk/Makefile	28 Mar 2010 06:38:55 -0000	1.39
+++ lang/mdk/Makefile	15 Feb 2011 18:17:55 -0000
@@ -8,7 +8,7 @@
 
 PORTNAME=	mdk
 PORTVERSION=	1.2.1
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	lang gnome
 MASTER_SITES=	${MASTER_SITE_GNU:S/%SUBDIR%/${PORTNAME}\/v${PORTVERSION}/} \
 		SF
Index: lang/ohugs/Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/ohugs/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- lang/ohugs/Makefile	6 Dec 2010 21:05:19 -0000	1.15
+++ lang/ohugs/Makefile	15 Feb 2011 18:17:55 -0000
@@ -6,7 +6,7 @@
 
 PORTNAME=	ohugs
 PORTVERSION=	0.5
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	lang haskell
 MASTER_SITES=	http://www.math.chalmers.se/~nordland/ohugs/
 DISTNAME=	${PORTNAME}-${PORTVERSION}.src
Index: lang/swi-pl/Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/swi-pl/Makefile,v
retrieving revision 1.54
diff -u -r1.54 Makefile
--- lang/swi-pl/Makefile	19 Apr 2010 10:43:31 -0000	1.54
+++ lang/swi-pl/Makefile	15 Feb 2011 18:17:55 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	swi-pl
 PORTVERSION=	5.8.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang
 MASTER_SITES=	http://www.swi-prolog.org/download/stable/src/
 DISTNAME=	pl-${PORTVERSION}
Index: mail/abook/Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/abook/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- mail/abook/Makefile	31 May 2010 01:59:35 -0000	1.28
+++ mail/abook/Makefile	15 Feb 2011 18:17:55 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	abook
 PORTVERSION=	0.5.6
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	mail
 MASTER_SITES=	SF
 
Index: math/eukleides/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/eukleides/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- math/eukleides/Makefile	11 Jun 2010 13:37:37 -0000	1.22
+++ math/eukleides/Makefile	15 Feb 2011 18:17:55 -0000
@@ -8,7 +8,7 @@
 
 PORTNAME=	eukleides
 PORTVERSION=	1.5.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 MASTER_SITES=	http://www.eukleides.org/files/
 
Index: net/wire/Makefile
===================================================================
RCS file: /home/ncvs/ports/net/wire/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- net/wire/Makefile	28 Jan 2011 23:30:35 -0000	1.12
+++ net/wire/Makefile	15 Feb 2011 18:17:55 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	wire
 PORTVERSION=	1.1.3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net
 MASTER_SITES=	http://mirror.mcx2.org/ \
 		${MASTER_SITE_LOCAL}
Index: security/osiris/Makefile
===================================================================
RCS file: /home/ncvs/ports/security/osiris/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- security/osiris/Makefile	12 May 2009 11:28:17 -0000	1.31
+++ security/osiris/Makefile	15 Feb 2011 18:17:55 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	osiris
 PORTVERSION=	4.2.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	http://osiris.shmoo.com/data/ \
 		http://redundancy.redundancy.org/mirror/
Index: sysutils/pdsh/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/pdsh/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- sysutils/pdsh/Makefile	16 Dec 2010 10:15:06 -0000	1.5
+++ sysutils/pdsh/Makefile	15 Feb 2011 18:17:55 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	pdsh
 PORTVERSION=	2.23
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	GOOGLE_CODE
 


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list