From owner-svn-ports-all@freebsd.org Sun Dec 6 02:37:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2777A3B878; Sun, 6 Dec 2015 02:37:03 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 BEB4813D7; Sun, 6 Dec 2015 02:37:03 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB62b2uo005921; Sun, 6 Dec 2015 02:37:02 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB62b25F005919; Sun, 6 Dec 2015 02:37:02 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201512060237.tB62b25F005919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Sun, 6 Dec 2015 02:37:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403083 - head/x11-clocks/wmbinclock 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.20 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: Sun, 06 Dec 2015 02:37:04 -0000 Author: araujo Date: Sun Dec 6 02:37:02 2015 New Revision: 403083 URL: https://svnweb.freebsd.org/changeset/ports/403083 Log: - Update to 0.51. - Project moved to github. - Add LICENSEs. Changelog at: https://github.com/engerim42/wmbinclock/blob/master/CHANGELOG Submitted by: Thomas Kuiper (author) Approved by: logix@foobar.franken.de (maintainer implicite) Sponsored by: Hackathon Taipei. Modified: head/x11-clocks/wmbinclock/Makefile head/x11-clocks/wmbinclock/distinfo Modified: head/x11-clocks/wmbinclock/Makefile ============================================================================== --- head/x11-clocks/wmbinclock/Makefile Sat Dec 5 23:29:36 2015 (r403082) +++ head/x11-clocks/wmbinclock/Makefile Sun Dec 6 02:37:02 2015 (r403083) @@ -2,14 +2,19 @@ # $FreeBSD$ PORTNAME= wmbinclock -PORTVERSION= 0.3 -PORTREVISION= 2 +PORTVERSION= 0.51 CATEGORIES= x11-clocks windowmaker -MASTER_SITES= http://www.inxsoft.net/wmbinclock/ MAINTAINER= logix@foobar.franken.de COMMENT= Binary clock in a windowmaker applet +LICENSE= GPLv2 BSD3CLAUSE +LICENSE_COMB= dual + +USE_GITHUB= yes +GH_ACCOUNT= engerim42 +GH_PROJECT= ${PORTNME} + PLIST_FILES= bin/wmBinClock USES= gmake USE_XORG= xpm Modified: head/x11-clocks/wmbinclock/distinfo ============================================================================== --- head/x11-clocks/wmbinclock/distinfo Sat Dec 5 23:29:36 2015 (r403082) +++ head/x11-clocks/wmbinclock/distinfo Sun Dec 6 02:37:02 2015 (r403083) @@ -1,2 +1,2 @@ -SHA256 (wmbinclock-0.3.tar.gz) = 23c06ca5e650cc9c23e8ede0b3f7bc69a620e8b14ee2539eae381417c4d1ae71 -SIZE (wmbinclock-0.3.tar.gz) = 14830 +SHA256 (engerim42-wmbinclock-0.51_GH0.tar.gz) = 36a7092371960af75a34d2b9c359a2057049143c06e7d414565da5bb52d79767 +SIZE (engerim42-wmbinclock-0.51_GH0.tar.gz) = 11501