Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2014 03:28:26 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/186414: devel/cxref: Update to version 1.6e
Message-ID:  <20140204032826.303e089e03daeeb372f9a9a5@yahoo.com>
Resent-Message-ID: <201402031840.s13Ie049034904@freefall.freebsd.org>

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

>Number:         186414
>Category:       ports
>Synopsis:       devel/cxref: Update to version 1.6e
>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:   Mon Feb 03 18:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Update to version 1.6e

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/cxref/Makefile devel/cxref/Makefile
--- /usr/ports/devel/cxref/Makefile	2013-11-16 18:14:47.000000000 +0900
+++ devel/cxref/Makefile	2014-02-04 00:00:00.000000000 +0900
@@ -2,9 +2,9 @@
 # $FreeBSD: head/devel/cxref/Makefile 333941 2013-11-15 22:14:44Z bapt $
 
 PORTNAME=	cxref
-PORTVERSION=	1.6d
+PORTVERSION=	1.6e
 CATEGORIES=	devel
-MASTER_SITES=	http://www.gedanken.demon.co.uk/download-cxref/ \
+MASTER_SITES=	http://www.gedanken.org.uk/software/cxref/download/ \
 		http://fossies.org/linux/misc/
 EXTRACT_SUFX=	.tgz
 
@@ -20,9 +20,8 @@
 ALL_TARGET=	programs
 
 post-install:
-	${MKDIR} ${STAGEDIR}${DATADIR}
-	${INSTALL_SCRIPT} ${WRKSRC}/contrib/*.pl ${STAGEDIR}${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/contrib/*.el ${STAGEDIR}${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/contrib/README* ${STAGEDIR}${DATADIR}
+	@${MKDIR} ${STAGEDIR}${DATADIR}
+	@(cd ${WRKSRC}/contrib && ${INSTALL_DATA} *.el *.pl *.py README* \
+		${STAGEDIR}${DATADIR})
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/cxref/distinfo devel/cxref/distinfo
--- /usr/ports/devel/cxref/distinfo	2013-11-06 21:50:01.000000000 +0900
+++ devel/cxref/distinfo	2014-02-04 00:00:00.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (cxref-1.6d.tgz) = 0383d0a4ff35c345be4f067774e0dc85f196c04202b7f4b44602f02245a51fd1
-SIZE (cxref-1.6d.tgz) = 415744
+SHA256 (cxref-1.6e.tgz) = 21492210f9e1030e4e697f0d84f31ac57a0844e64c8fb28432001c44663242f2
+SIZE (cxref-1.6e.tgz) = 381883
diff -urN /usr/ports/devel/cxref/pkg-descr devel/cxref/pkg-descr
--- /usr/ports/devel/cxref/pkg-descr	2013-11-06 21:50:01.000000000 +0900
+++ devel/cxref/pkg-descr	2014-02-04 00:00:00.000000000 +0900
@@ -9,4 +9,4 @@
 variables, header file inclusion, macro definitions and type
 definitions. Works for ANSI C, including a few gcc extensions.
 
-WWW: http://www.gedanken.demon.co.uk/cxref/
+WWW: http://www.gedanken.org.uk/software/cxref/
diff -urN /usr/ports/devel/cxref/pkg-plist devel/cxref/pkg-plist
--- /usr/ports/devel/cxref/pkg-plist	2014-01-23 03:48:49.000000000 +0900
+++ devel/cxref/pkg-plist	2014-02-04 00:00:00.000000000 +0900
@@ -15,5 +15,6 @@
 %%DATADIR%%/knr2ansi.pl
 %%DATADIR%%/make_depend.pl
 %%DATADIR%%/tree.pl
+%%DATADIR%%/xrefgraph.py
 %%DATADIR%%/xrgr.pl
 @dirrm %%DATADIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



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