diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-10-27 00:38:39 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-10-27 00:38:39 +0000 |
commit | e4c51b226e30113d9c8702572287fa4bdbfd27b5 (patch) | |
tree | fa2a80a973a32711dad3db89bd9a722a2db49896 /cad | |
parent | Upgrade to curl 6.1 (diff) |
update to 2.0a11
PR: 14542
Submitted by: tkato@promtomail.ne.jp
Notes
Notes:
svn path=/head/; revision=22658
Diffstat (limited to 'cad')
-rw-r--r-- | cad/xcircuit/Makefile | 6 | ||||
-rw-r--r-- | cad/xcircuit/distinfo | 2 | ||||
-rw-r--r-- | cad/xcircuit/files/patch-aa | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index cf8c3d36a61f..e63f8ab0ec5d 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: xcircuit -# Version required: 2.0a10 +# Version required: 2.0a11 # Date created: 3 Apr 1998 # Whom: giffunip@asme.org # # $FreeBSD$ # -DISTNAME= xcircuit-2.0a10 +DISTNAME= xcircuit-2.0a11 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://bach.ece.jhu.edu/pub/tim/xcircuit/ MASTER_SITE_SUBDIR= apps/circuits -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm diff --git a/cad/xcircuit/distinfo b/cad/xcircuit/distinfo index 6425d9ad501b..63c9896da53e 100644 --- a/cad/xcircuit/distinfo +++ b/cad/xcircuit/distinfo @@ -1 +1 @@ -MD5 (xcircuit-2.0a10.tar.gz) = f15459373be5d2a3c286539eccace182 +MD5 (xcircuit-2.0a11.tar.gz) = dac6c9beaad5f75a70895d92b5493c19 diff --git a/cad/xcircuit/files/patch-aa b/cad/xcircuit/files/patch-aa index 5852ac957805..8c08bb370e4f 100644 --- a/cad/xcircuit/files/patch-aa +++ b/cad/xcircuit/files/patch-aa @@ -1,12 +1,12 @@ -*** Imakefile.orig Tue Jun 15 04:18:03 1999 ---- Imakefile Tue Sep 7 01:11:09 1999 +*** Imakefile.orig Tue Oct 26 22:43:27 1999 +--- Imakefile Wed Oct 27 04:11:29 1999 *************** *** 31,39 **** # Change the following as desired to suit your environment: #------------------------------------------------------------------------ # ! PREFIX = /usr/local - # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0a10/psfiles + # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0a11/psfiles ! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.0 XCIRCUIT_BIN_DIR = $(PREFIX)/bin XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1 @@ -16,7 +16,7 @@ #------------------------------------------------------------------------ # ! PREFIX ?= /usr/local - # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0a10/psfiles + # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0a11/psfiles ! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/X11/xcircuit XCIRCUIT_BIN_DIR = $(PREFIX)/bin XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1 |