diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-04-12 02:46:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-04-12 02:46:57 +0000 |
commit | e0bbbe66bc55818202caf8a2408a600e0d516720 (patch) | |
tree | ddfe7692964d4956c2145c729f7ce6e8016dedd0 | |
parent | 0532c4a226bfd5131ebf3c919bdac92efb23fc6c (diff) | |
download | ports-e0bbbe66bc55818202caf8a2408a600e0d516720.tar.gz ports-e0bbbe66bc55818202caf8a2408a600e0d516720.zip |
- Update to 0.9.4
PR: 155734
Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=272565
-rw-r--r-- | comms/syncterm/Makefile | 6 | ||||
-rw-r--r-- | comms/syncterm/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/comms/syncterm/Makefile b/comms/syncterm/Makefile index 6ea7e6b25542..6686a72871c8 100644 --- a/comms/syncterm/Makefile +++ b/comms/syncterm/Makefile @@ -8,7 +8,7 @@ PORTNAME= syncterm PORTVERSION= 0.9.${PORTVER} CATEGORIES= comms -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.9 +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.9.4 DISTNAME= syncterm-src-${PORTVER} EXTRACT_SUFX= .tgz @@ -18,7 +18,7 @@ COMMENT= An ANSI-BBS terminal which supports telnet, rlogin, and SSH WRKSRC= ${WRKDIR}/syncterm-${PORTVER} USE_GMAKE= yes MAKEFILE= GNUmakefile -PORTVER= 20080406 +PORTVER= 20110320 MAN1= syncterm.1 MANCOMPRESSED= yes @@ -28,7 +28,7 @@ OPTIONS= X11 "Build with X11 support" on \ .include <bsd.port.pre.mk> -.if ${ARCH} == "i386" +.if ${ARCH} == "i386" || ${ARCH} == "amd64" LIB_DEPENDS+= cl:${PORTSDIR}/security/cryptlib .else MAKE_ARGS+= WITHOUT_CRYPTLIB=yes diff --git a/comms/syncterm/distinfo b/comms/syncterm/distinfo index f72082c7d0db..80d46defdf05 100644 --- a/comms/syncterm/distinfo +++ b/comms/syncterm/distinfo @@ -1,2 +1,2 @@ -SHA256 (syncterm-src-20080406.tgz) = cf41d19384b98fefaceff12cfab0de8da9b2ca58fbc8b86026eb241cf11e50f4 -SIZE (syncterm-src-20080406.tgz) = 500996 +SHA256 (syncterm-src-20110320.tgz) = b0733e97b487d91d81979be5ec144b0b2215028c915c8f85b9f1ff4e04e4181f +SIZE (syncterm-src-20110320.tgz) = 2496504 |