Date: Thu, 2 Jan 2014 17:50:05 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338464 - head/comms/minicom Message-ID: <201401021750.s02Ho5ms008505@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> - -.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 <bsd.port.pre.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401021750.s02Ho5ms008505>