Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2014 13:02:44 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343226 - head/devel/cxref
Message-ID:  <201402071302.s17D2ibd019344@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Feb  7 13:02:44 2014
New Revision: 343226
URL: http://svnweb.freebsd.org/changeset/ports/343226
QAT: https://qat.redports.org/buildarchive/r343226/

Log:
  - Update to 1.6e
  - Stage support
  
  PR:		186414
  Submitted by:	ports fury

Modified:
  head/devel/cxref/Makefile
  head/devel/cxref/distinfo
  head/devel/cxref/pkg-descr
  head/devel/cxref/pkg-plist

Modified: head/devel/cxref/Makefile
==============================================================================
--- head/devel/cxref/Makefile	Fri Feb  7 13:01:27 2014	(r343225)
+++ head/devel/cxref/Makefile	Fri Feb  7 13:02:44 2014	(r343226)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 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 @@ CONFIGURE_ARGS=	--without-cxref-cpp
 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>

Modified: head/devel/cxref/distinfo
==============================================================================
--- head/devel/cxref/distinfo	Fri Feb  7 13:01:27 2014	(r343225)
+++ head/devel/cxref/distinfo	Fri Feb  7 13:02:44 2014	(r343226)
@@ -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

Modified: head/devel/cxref/pkg-descr
==============================================================================
--- head/devel/cxref/pkg-descr	Fri Feb  7 13:01:27 2014	(r343225)
+++ head/devel/cxref/pkg-descr	Fri Feb  7 13:02:44 2014	(r343226)
@@ -9,4 +9,4 @@ lists of functions called, callers of ea
 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/

Modified: head/devel/cxref/pkg-plist
==============================================================================
--- head/devel/cxref/pkg-plist	Fri Feb  7 13:01:27 2014	(r343225)
+++ head/devel/cxref/pkg-plist	Fri Feb  7 13:02:44 2014	(r343226)
@@ -15,5 +15,6 @@ man/man1/cxref.1.gz
 %%DATADIR%%/knr2ansi.pl
 %%DATADIR%%/make_depend.pl
 %%DATADIR%%/tree.pl
+%%DATADIR%%/xrefgraph.py
 %%DATADIR%%/xrgr.pl
 @dirrm %%DATADIR%%



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