From owner-svn-ports-all@FreeBSD.ORG Thu Jan 2 17:50:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CDCB4D72; Thu, 2 Jan 2014 17:50:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E89D1062; Thu, 2 Jan 2014 17:50:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s02Ho54B008507; Thu, 2 Jan 2014 17:50:05 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s02Ho5ms008505; Thu, 2 Jan 2014 17:50:05 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201401021750.s02Ho5ms008505@svn.freebsd.org> From: Johan van Selst Date: Thu, 2 Jan 2014 17:50:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338464 - head/comms/minicom X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jan 2014 17:50:05 -0000 Author: johans Date: Thu Jan 2 17:50:04 2014 New Revision: 338464 URL: http://svnweb.freebsd.org/changeset/ports/338464 Log: - Update minicom to 2.7 - Run-time dependency lrz is not optional - Simplify options handling Modified: head/comms/minicom/Makefile head/comms/minicom/distinfo Modified: head/comms/minicom/Makefile ============================================================================== --- head/comms/minicom/Makefile Thu Jan 2 17:33:44 2014 (r338463) +++ head/comms/minicom/Makefile Thu Jan 2 17:50:04 2014 (r338464) @@ -2,19 +2,22 @@ # $FreeBSD$ PORTNAME= minicom -PORTVERSION= 2.6.2 -PORTREVISION= 1 +PORTVERSION= 2.7 CATEGORIES= comms -MASTER_SITES= https://alioth.debian.org/frs/download.php/file/3869/ \ - http://alioth.debian.org/frs/download.php/file/3869/ \ +MASTER_SITES= https://alioth.debian.org/frs/download.php/file/3977/ \ + http://alioth.debian.org/frs/download.php/file/3977/ \ http://fossies.org/linux/misc/ MAINTAINER= johans@FreeBSD.org COMMENT= An MS-DOS Telix serial communication program "workalike" -OPTIONS_DEFINE= DOCS NLS LRZSZ -OPTIONS_DEFAULT=LRZSZ +RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes LRZSZ_DESC= Install X/Y/ZMODEM protocol handlers +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls USES= iconv CPPFLAGS+= -I${LOCALBASE}/include @@ -26,20 +29,6 @@ CONFIGURE_ARGS+= --enable-dfl-baud=57600 --enable-dfl-port=/dev/cuau0 MAKE_ARGS+= LIBS+="${ICONV_LIB} -lcurses" -.include - -.if ${PORT_OPTIONS:MLRZSZ} -RUN_DEPENDS+= lrz:${PORTSDIR}/comms/lrzsz -.endif - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - .include post-patch: Modified: head/comms/minicom/distinfo ============================================================================== --- head/comms/minicom/distinfo Thu Jan 2 17:33:44 2014 (r338463) +++ head/comms/minicom/distinfo Thu Jan 2 17:50:04 2014 (r338464) @@ -1,2 +1,2 @@ -SHA256 (minicom-2.6.2.tar.gz) = f3cf215f7914ffa5528e398962176102ad74df27ba38958142f56aa6d15c9168 -SIZE (minicom-2.6.2.tar.gz) = 855340 +SHA256 (minicom-2.7.tar.gz) = 9ac3a663b82f4f5df64114b4792b9926b536c85f59de0f2d2b321c7626a904f4 +SIZE (minicom-2.7.tar.gz) = 863544