Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Mar 2012 23:10:49 +0800 (CST)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sylvio@FreeBSD.org
Subject:   ports/166494: [PATCH] devel/cdialog: update to 1.1.20120215,1
Message-ID:  <20120329151049.89FDF37777@lwbsd.csie.net>
Resent-Message-ID: <201203291520.q2TFK9Ya088199@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         166494
>Category:       ports
>Synopsis:       [PATCH] devel/cdialog: update to 1.1.20120215,1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 29 15:20:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD lwbsd.cs.nctu.edu.tw 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 00:38:09 CST
>Description:
- Update to 1.1.20120215,1

Removed file(s):
- files/patch-makefile.in

Port maintainer (sylvio@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_4 (mode: update, diff: CVS)
>How-To-Repeat:
>Fix:

--- cdialog-1.1.20120215,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/cdialog/Makefile,v
retrieving revision 1.38
diff -u -u -r1.38 Makefile
--- Makefile	16 Feb 2012 04:45:29 -0000	1.38
+++ Makefile	29 Mar 2012 15:10:17 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	cdialog
-PORTVERSION=	1.1.20111020
+PORTVERSION=	1.1.20120215
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	ftp://invisible-island.net/${PORTNAME:S|^c||}/
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/cdialog/distinfo,v
retrieving revision 1.22
diff -u -u -r1.22 distinfo
--- distinfo	16 Feb 2012 04:45:29 -0000	1.22
+++ distinfo	29 Mar 2012 15:10:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (dialog-1.1-20111020.tgz) = 746bf18b8414985864835b61536cee826ac916e6827fbcad9faffb496cae8a7a
-SIZE (dialog-1.1-20111020.tgz) = 439031
+SHA256 (dialog-1.1-20120215.tgz) = 883c58498663d939b18f3aea56976b64268b736d1579ac850512e5d5a4a2eafc
+SIZE (dialog-1.1-20120215.tgz) = 441234
Index: files/patch-makefile.in
===================================================================
RCS file: files/patch-makefile.in
diff -N files/patch-makefile.in
--- files/patch-makefile.in	16 Feb 2012 04:45:29 -0000	1.4
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,28 +0,0 @@
---- makefile.in.orig	2011-10-21 05:03:37.000000000 +0800
-+++ makefile.in	2011-12-25 02:59:10.781638649 +0800
-@@ -85,6 +85,7 @@
- LIBTOOL_LINK	= @LIB_LINK@
- LIBTOOL_INSTALL	= @LIB_INSTALL@
- LIBTOOL_UNINSTALL = @LIB_UNINSTALL@
-+LIBTOOL_VERSION = @LIBTOOL_VERSION@
- 
- INSTALL		= @INSTALL@
- INSTALL_PROGRAM	= $(LIBTOOL_INSTALL) @INSTALL_PROGRAM@
-@@ -102,7 +103,7 @@
- # The library name $(LIB) is set at configure/make time, since it is used as a
- # makefile target.  Ditto for $(PROG).
- LIB		= @LIB_PREFIX@@PACKAGE@$a
--PROG		= dialog$x
-+PROG		= @PACKAGE@$x
- #
- # Standard .c to .o compile line.
- #
-@@ -180,7 +181,7 @@
- 	$(LIBTOOL_CREATE) $(LIB) $(LIB_OBJECT)
- 	$(RANLIB) $@
- 
--dialog$x : $(LIB) dialog$o @INTLDIR_MAKE@ @INTLLIBS@
-+$(PROG)$x : $(LIB) dialog$o @INTLDIR_MAKE@ @INTLLIBS@
- 	$(LINK) -o $@ dialog$o -L. -l@PACKAGE@ $(LDFLAGS) $(LIBS)
- 
- clean	\
--- cdialog-1.1.20120215,1.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120329151049.89FDF37777>