diff options
author | krion <krion@FreeBSD.org> | 2004-06-28 02:05:37 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-06-28 02:05:37 +0800 |
commit | b348dcbf9aa63b61f5532e9498af51777ff3b1b2 (patch) | |
tree | 6cd51fe5ecab89743e3e95311eb73c2b6ccb750d /devel/cxref | |
parent | 06703c12c2a68cfeffc2f4a98c00c3653fd38729 (diff) | |
download | freebsd-ports-graphics-b348dcbf9aa63b61f5532e9498af51777ff3b1b2.tar.gz freebsd-ports-graphics-b348dcbf9aa63b61f5532e9498af51777ff3b1b2.tar.zst freebsd-ports-graphics-b348dcbf9aa63b61f5532e9498af51777ff3b1b2.zip |
Update to version 1.5g
PR: ports/68374
Submitted by: Ports Fury
Diffstat (limited to 'devel/cxref')
-rw-r--r-- | devel/cxref/Makefile | 12 | ||||
-rw-r--r-- | devel/cxref/distinfo | 4 | ||||
-rw-r--r-- | devel/cxref/pkg-plist | 4 |
3 files changed, 9 insertions, 11 deletions
diff --git a/devel/cxref/Makefile b/devel/cxref/Makefile index a6a239eb779..09a7c378dc0 100644 --- a/devel/cxref/Makefile +++ b/devel/cxref/Makefile @@ -6,22 +6,24 @@ # PORTNAME= cxref -PORTVERSION= 1.5e -PORTREVISION= 1 +PORTVERSION= 1.5g CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - ftp://ftp.demon.co.uk/pub/unix/tools/ + http://www.gedanken.demon.co.uk/download-cxref/ MASTER_SITE_SUBDIR= devel/lang/c EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= C program cross-referencing & documentation tool +USE_BISON= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-cxref-cpp -MAN1= cxref.1 cxref-cpp.1 cxref-query.1 +MAN1= cxref.1 cxref-query.1 cxref-cpp.1 cxref-cpp-configure.1 +PLIST_FILES= bin/cxref bin/cxref-cc bin/cxref-query \ + bin/cxref-cpp bin/cxref-cpp-configure %%DATADIR%%/cxref-cpp.defines +PLIST_DIRS= %%DATADIR%% .include <bsd.port.mk> diff --git a/devel/cxref/distinfo b/devel/cxref/distinfo index dc6f4fec496..a62f3b1c386 100644 --- a/devel/cxref/distinfo +++ b/devel/cxref/distinfo @@ -1,2 +1,2 @@ -MD5 (cxref-1.5e.tgz) = 95d6055615f2fdefb39a2647ac70702f -SIZE (cxref-1.5e.tgz) = 328258 +MD5 (cxref-1.5g.tgz) = cf54c31438f9e5de17614f7c41fb63a5 +SIZE (cxref-1.5g.tgz) = 343174 diff --git a/devel/cxref/pkg-plist b/devel/cxref/pkg-plist deleted file mode 100644 index 12f80b6fc23..00000000000 --- a/devel/cxref/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/cxref -bin/cxref-cc -bin/cxref-cpp -bin/cxref-query |