svn commit: r336316 - in head/comms/trustedqsl: . files

Eitan Adler eadler at freebsd.org
Fri Dec 13 06:35:15 UTC 2013


On Thu, Dec 12, 2013 at 11:11 PM, Diane Bruce <db at freebsd.org> wrote:
> Author: db
> Date: Fri Dec 13 04:11:11 2013
> New Revision: 336316
> URL: http://svnweb.freebsd.org/changeset/ports/336316
>
> Log:
>   - Update to latest version [1]
>   - Fix build on 10.0
>   - Convert to stagedir
>
>   PR:           ports/184554 [1]  http://www.FreeBSD.org/cgi/query-pr.cgi?pr=184554
>   Submitted by: shurd at sasktel.net
>
> Added:
>   head/comms/trustedqsl/files/patch-apps_tqsl.cpp   (contents, props changed)
>   head/comms/trustedqsl/files/patch-src_xml.h   (contents, props changed)
>   head/comms/trustedqsl/files/pkg-message   (contents, props changed)
> Modified:
>   head/comms/trustedqsl/Makefile
>   head/comms/trustedqsl/distinfo
>   head/comms/trustedqsl/files/patch-apps_CMakeLists.txt
>   head/comms/trustedqsl/files/patch-cmakemodules_FindBDB.cmake
>   head/comms/trustedqsl/files/patch-src_tqslconvert.cpp
>   head/comms/trustedqsl/pkg-plist
>
> Modified: head/comms/trustedqsl/Makefile
> ==============================================================================
> --- head/comms/trustedqsl/Makefile      Fri Dec 13 03:01:27 2013        (r336315)
> +++ head/comms/trustedqsl/Makefile      Fri Dec 13 04:11:11 2013        (r336316)
> @@ -1,33 +1,31 @@
>  # $FreeBSD$
>
>  PORTNAME=      trustedqsl
> -PORTVERSION=   1.14.2
> +PORTVERSION=   2.0
>  CATEGORIES=    comms hamradio
> -MASTER_SITES=  SF/${PORTNAME}/TrustedQSL/v1.14.2/
> -DISTNAME=      tqsl-1.14.2
> +MASTER_SITES=  SF/${PORTNAME}/TrustedQSL/v${PORTVERSION}/
> +DISTNAME=      tqsl-${PORTVERSION}
> +EXTRACT_SUFX=  .tgz
>
>  MAINTAINER=    db at FreeBSD.org
>  COMMENT=       Amateur Radio Station electronic trusted logbook
>
> +LICENSE=       BSD

This license is deprecated.  Please indicate which version of the BSD
license is used (BSD2CLAUSE, BSD3CLAUSE, BSD4CLAUSE, etc.)

-- 
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams


More information about the svn-ports-head mailing list