ports/51674: Update port: x11/xdialog to 2.1.1

KATO Tsuguru tkato at prontomail.com
Thu May 1 20:50:32 UTC 2003


>Number:         51674
>Category:       ports
>Synopsis:       Update port: x11/xdialog to 2.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 01 13:50:22 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 2.1.1

Remove file:
files/patch-po_hu.po
files/patch-po_pt__BR.po

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11/xdialog/Makefile x11/xdialog/Makefile
--- /usr/ports/x11/xdialog/Makefile	Mon Apr 21 12:27:49 2003
+++ x11/xdialog/Makefile	Tue Apr 29 18:46:39 2003
@@ -7,26 +7,27 @@
 #
 
 PORTNAME=	xdialog
-PORTVERSION=	2.0.6
+PORTVERSION=	2.1.1
 CATEGORIES=	x11
-MASTER_SITES=	http://www.chez.com/godefroy/
+MASTER_SITES=	http://thgodef.nerim.net/xdialog/
 DISTNAME=	${PORTNAME:S/x/X/}-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.Org
 COMMENT=	A drop in replacement for the "dialog" or "cdialog" programs
 
 USE_BZIP2=	yes
-USE_GNOME=	gtk12
 USE_X_PREFIX=	yes
+USE_GNOME=	gtk12
+USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
 MAN1=	Xdialog.1
 
-DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
-PLIST_DIRS=	DOCSDIR=${DOCSDIR}
-PLIST_SUB+=	${PLIST_DIRS:S,DIR=${PREFIX}/,DIR=,}
+post-patch:
+	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
+		's| install-docDATA||g'
 
 post-install:
 .if !defined(NOPORTDOCS)
diff -urN /usr/ports/x11/xdialog/distinfo x11/xdialog/distinfo
--- /usr/ports/x11/xdialog/distinfo	Tue Sep 10 20:33:21 2002
+++ x11/xdialog/distinfo	Tue Apr 29 18:24:21 2003
@@ -1 +1 @@
-MD5 (Xdialog-2.0.6.tar.bz2) = 53b2f0246af8ac51455c02391adba3fb
+MD5 (Xdialog-2.1.1.tar.bz2) = 379cd3983a22d98d4436e8d4f16a56e1
diff -urN /usr/ports/x11/xdialog/files/patch-po_hu.po x11/xdialog/files/patch-po_hu.po
--- /usr/ports/x11/xdialog/files/patch-po_hu.po	Tue Jul 23 02:29:23 2002
+++ x11/xdialog/files/patch-po_hu.po	Thu Jan  1 09:00:00 1970
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/x11/xdialog/files/patch-po_hu.po,v 1.1 2002/07/22 17:29:23 naddy Exp $
-
---- po/hu.po.orig	Mon Jul 22 19:20:06 2002
-+++ po/hu.po	Mon Jul 22 19:20:14 2002
-@@ -10,7 +10,7 @@
- "Last-Translator: Lenart Janos <ocsi at debian.org>\n"
- "Language-Team: Hungarian <hu at li.org>\n"
- "MIME-Version: 1.0\n"
--"Content-Type: text/plain; charset=ISO8859-2\n"
-+"Content-Type: text/plain; charset=ISO-8859-2\n"
- "Content-Transfer-Encoding: 8bit\n"
- 
- #: src/interface.h:80
diff -urN /usr/ports/x11/xdialog/files/patch-po_pt__BR.po x11/xdialog/files/patch-po_pt__BR.po
--- /usr/ports/x11/xdialog/files/patch-po_pt__BR.po	Tue Jul 23 02:29:23 2002
+++ x11/xdialog/files/patch-po_pt__BR.po	Thu Jan  1 09:00:00 1970
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/x11/xdialog/files/patch-po_pt__BR.po,v 1.1 2002/07/22 17:29:23 naddy Exp $
-
---- po/pt_BR.po.orig	Mon Jul 22 19:20:26 2002
-+++ po/pt_BR.po	Mon Jul 22 19:20:40 2002
-@@ -8,7 +8,7 @@
- "Last-Translator: Lucas Brasilino <lucas at lbs.com.br>\n"
- "Language-Team: LANGUAGE <LL at li.org>\n"
- "MIME-Version: 1.0\n"
--"Content-Type: text/plain; charset=CHARSET\n"
-+"Content-Type: text/plain; charset=ISO-8859-1\n"
- "Content-Transfer-Encoding: 8bit\n"
- 
- #: src/interface.h:80
diff -urN /usr/ports/x11/xdialog/pkg-descr x11/xdialog/pkg-descr
--- /usr/ports/x11/xdialog/pkg-descr	Tue Sep 10 20:33:21 2002
+++ x11/xdialog/pkg-descr	Tue Apr 29 18:18:00 2003
@@ -3,5 +3,5 @@
 program with an X-windows interface. The dialogs are easier to see
 and use while adding even more functionalities.
 
-WWW: 	http://www.chez.com/godefroy/
-Author:	Thierry Godefroy <xdialog at free.fr>
+WWW: http://xdialog.dyns.net/
+Author: Thierry Godefroy <xdialog at free.fr>
diff -urN /usr/ports/x11/xdialog/pkg-plist x11/xdialog/pkg-plist
--- /usr/ports/x11/xdialog/pkg-plist	Tue Sep 10 20:33:21 2002
+++ x11/xdialog/pkg-plist	Tue Apr 29 18:49:56 2003
@@ -15,6 +15,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/changelog.html
 %%PORTDOCS%%%%DOCSDIR%%/check.png
 %%PORTDOCS%%%%DOCSDIR%%/checklist.png
+%%PORTDOCS%%%%DOCSDIR%%/colorsel.png
 %%PORTDOCS%%%%DOCSDIR%%/combobox.png
 %%PORTDOCS%%%%DOCSDIR%%/common.html
 %%PORTDOCS%%%%DOCSDIR%%/compatibility.html
@@ -23,6 +24,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/faq.html
 %%PORTDOCS%%%%DOCSDIR%%/fill.png
 %%PORTDOCS%%%%DOCSDIR%%/fixedfont.png
+%%PORTDOCS%%%%DOCSDIR%%/fontsel.png
 %%PORTDOCS%%%%DOCSDIR%%/fselect.png
 %%PORTDOCS%%%%DOCSDIR%%/gauge.png
 %%PORTDOCS%%%%DOCSDIR%%/gtk.html
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list