Date: Mon, 5 Jan 2015 13:39:53 +0000 (UTC) From: Stephen Hurd <shurd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376299 - head/comms/unixcw Message-ID: <201501051339.t05Ddrx3022509@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: shurd Date: Mon Jan 5 13:39:52 2015 New Revision: 376299 URL: https://svnweb.freebsd.org/changeset/ports/376299 QAT: https://qat.redports.org/buildarchive/r376299/ Log: Update to 3.4.1, fix pkg-descr URL Minor libcw changes Modified: head/comms/unixcw/Makefile head/comms/unixcw/distinfo head/comms/unixcw/pkg-descr head/comms/unixcw/pkg-plist Modified: head/comms/unixcw/Makefile ============================================================================== --- head/comms/unixcw/Makefile Mon Jan 5 13:18:58 2015 (r376298) +++ head/comms/unixcw/Makefile Mon Jan 5 13:39:52 2015 (r376299) @@ -4,7 +4,7 @@ # it still works as well. PORTNAME?= unixcw -PORTVERSION= 3.4.0 +PORTVERSION= 3.4.1 CATEGORIES= comms hamradio MASTER_SITES= SF/unixcw/unixcw-${PORTVERSION} DISTNAME= unixcw_${PORTVERSION}.orig @@ -28,6 +28,6 @@ USE_CSTD= gnu99 WRKSRC= ${WRKDIR}/unixcw-${PORTVERSION} post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcw.so.6.2.1 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcw.so.6.3.1 .include <bsd.port.mk> Modified: head/comms/unixcw/distinfo ============================================================================== --- head/comms/unixcw/distinfo Mon Jan 5 13:18:58 2015 (r376298) +++ head/comms/unixcw/distinfo Mon Jan 5 13:39:52 2015 (r376299) @@ -1,2 +1,2 @@ -SHA256 (unixcw_3.4.0.orig.tar.gz) = 2c26fc36c9cbcc0c3b05fa186b254392a8439dee54eb9db28ff542094fffd092 -SIZE (unixcw_3.4.0.orig.tar.gz) = 681432 +SHA256 (unixcw_3.4.1.orig.tar.gz) = dc948b495fe76654cede5cd607ea0e3be73959f7af8e6ba8a0c57e314a7637e0 +SIZE (unixcw_3.4.1.orig.tar.gz) = 673658 Modified: head/comms/unixcw/pkg-descr ============================================================================== --- head/comms/unixcw/pkg-descr Mon Jan 5 13:18:58 2015 (r376298) +++ head/comms/unixcw/pkg-descr Mon Jan 5 13:39:52 2015 (r376299) @@ -13,4 +13,4 @@ offers the following basic CW services t o An iambic keyer, with both Curtis 8044 types A and B timing o Straight key emulation -WWW: http://www.ibiblio.org/pub/linux/apps/ham/morse/ +WWW: http://unixcw.sourceforge.net/ Modified: head/comms/unixcw/pkg-plist ============================================================================== --- head/comms/unixcw/pkg-plist Mon Jan 5 13:18:58 2015 (r376298) +++ head/comms/unixcw/pkg-plist Mon Jan 5 13:39:52 2015 (r376299) @@ -6,7 +6,7 @@ include/libcw_debug.h lib/libcw.a lib/libcw.so lib/libcw.so.6 -lib/libcw.so.6.2.1 +lib/libcw.so.6.3.1 libdata/pkgconfig/libcw.pc man/man1/cw.1.gz man/man1/cwgen.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501051339.t05Ddrx3022509>