From owner-svn-ports-all@FreeBSD.ORG Mon Jan 5 13:39:54 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D7D42C9; Mon, 5 Jan 2015 13:39:54 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F3F2642AC; Mon, 5 Jan 2015 13:39:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t05Ddsfp022513; Mon, 5 Jan 2015 13:39:54 GMT (envelope-from shurd@FreeBSD.org) Received: (from shurd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t05Ddrx3022509; Mon, 5 Jan 2015 13:39:53 GMT (envelope-from shurd@FreeBSD.org) Message-Id: <201501051339.t05Ddrx3022509@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: shurd set sender to shurd@FreeBSD.org using -f From: Stephen Hurd Date: Mon, 5 Jan 2015 13:39:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376299 - head/comms/unixcw 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.18-1 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: Mon, 05 Jan 2015 13:39:54 -0000 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 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