Date: Mon, 7 Apr 2008 07:25:11 GMT From: Stephen Hurd <shurd@sasktel.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/122517: [Maintainer Update] comms/syncterm to latest version Message-ID: <200804070725.m377PBMI067838@www.freebsd.org> Resent-Message-ID: <200804070730.m377U0rg030894@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 122517 >Category: ports >Synopsis: [Maintainer Update] comms/syncterm to latest version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Apr 07 07:30:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Stephen Hurd >Release: 7.0-RELEASE >Organization: >Environment: FreeBSD server.hurd.local 7.0-RELEASE FreeBSD 7.0-RELEASE #4: Mon Mar 10 23:00:02 PDT 2008 admin@server.hurd.local:/usr/obj/usr/src/sys/SERVER i386 >Description: Update to latest. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -u comms/syncterm.old/Makefile comms/syncterm/Makefile --- comms/syncterm.old/Makefile 2008-04-05 00:18:45.000000000 -0700 +++ comms/syncterm/Makefile 2008-04-06 22:55:25.000000000 -0700 @@ -7,7 +7,6 @@ PORTNAME= syncterm PORTVERSION= 0.9.${PORTVER} -PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,12 +16,10 @@ MAINTAINER= shurd@sasktel.net COMMENT= An ANSI-BBS terminal which supports telnet, rlogin, and SSH -LIB_DEPENDS= cl:${PORTSDIR}/security/cryptlib - WRKSRC= ${WRKDIR}/syncterm-${PORTVER} USE_GMAKE= yes MAKEFILE= GNUmakefile -PORTVER= 20070722 +PORTVER= 20080406 MAN1= syncterm.1 MANCOMPRESSED= yes @@ -32,6 +29,12 @@ .include <bsd.port.pre.mk> +.if ${ARCH} == "i386" + LIB_DEPENDS+= cl:${PORTSDIR}/security/cryptlib +.else + MAKE_ARGS+= WITHOUT_CRYPTLIB=yes +.endif +MAKE_ARGS+= WITHOUT_PORTAUDIO=yes MAKE_ARGS+= -C syncterm MAKE_ARGS+= PREFIX="${PREFIX}" MAKE_ARGS+= INSTALL_EXE="${INSTALL_PROGRAM}" diff -u comms/syncterm.old/distinfo comms/syncterm/distinfo --- comms/syncterm.old/distinfo 2008-04-05 00:18:45.000000000 -0700 +++ comms/syncterm/distinfo 2008-04-07 00:21:27.000000000 -0700 @@ -1,3 +1,3 @@ -MD5 (syncterm-src-20070722.tgz) = 487466f242178da53a6dfdfb21ff7bb0 -SHA256 (syncterm-src-20070722.tgz) = 2981dc9223c835d372900d7b76e95ea0eccba92675e714c278568b1ab1abba22 -SIZE (syncterm-src-20070722.tgz) = 427655 +MD5 (syncterm-src-20080406.tgz) = 6665ad5155f5c7eace376b3304b4c6ef +SHA256 (syncterm-src-20080406.tgz) = cf41d19384b98fefaceff12cfab0de8da9b2ca58fbc8b86026eb241cf11e50f4 +SIZE (syncterm-src-20080406.tgz) = 500996 Only in comms/syncterm.old: files >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804070725.m377PBMI067838>