Date: Tue, 1 Jul 2014 10:13:26 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359975 - head/x11-clocks/alarm-clock Message-ID: <201407011013.s61ADQPO088631@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Tue Jul 1 10:13:26 2014 New Revision: 359975 URL: http://svnweb.freebsd.org/changeset/ports/359975 QAT: https://qat.redports.org/buildarchive/r359975/ Log: 1: Stagify. 2: USES=tar:bzip2. 3: add LICENSE. 4: new syntax of LIB_DEPENDS. Approved by: portmgr@ (blanket approval) Modified: head/x11-clocks/alarm-clock/Makefile head/x11-clocks/alarm-clock/pkg-descr Modified: head/x11-clocks/alarm-clock/Makefile ============================================================================== --- head/x11-clocks/alarm-clock/Makefile Tue Jul 1 10:10:35 2014 (r359974) +++ head/x11-clocks/alarm-clock/Makefile Tue Jul 1 10:13:26 2014 (r359975) @@ -10,17 +10,16 @@ MASTER_SITES= http://www.alarm-clock.pl/ MAINTAINER= romain@FreeBSD.org COMMENT= Alarm Clock for the GNOME desktop -LIB_DEPENDS= unique-1:${PORTSDIR}/x11-toolkits/unique \ - notify.4:${PORTSDIR}/devel/libnotify +LICENSE= GPLv3 + +LIB_DEPENDS= libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ + libnotify.so:${PORTSDIR}/devel/libnotify GNU_CONFIGURE= yes -USE_BZIP2= yes -USES= gettext pathfix gmake pkgconfig +USES= gettext pathfix gmake pkgconfig tar:bzip2 USE_GSTREAMER= yes USE_GNOME= gtk20 -NO_STAGE= yes - OPTIONS_DEFINE= NLS .include <bsd.port.options.mk> Modified: head/x11-clocks/alarm-clock/pkg-descr ============================================================================== --- head/x11-clocks/alarm-clock/pkg-descr Tue Jul 1 10:10:35 2014 (r359974) +++ head/x11-clocks/alarm-clock/pkg-descr Tue Jul 1 10:13:26 2014 (r359975) @@ -3,4 +3,4 @@ supports sound fading, passive and norma scheduling options command line running and few standard actions. It has an intuitive interface and it can be translated to any language. -WWW: http://www.alarm-clock.pl/ +WWW: http://www.alarm-clock.pl/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407011013.s61ADQPO088631>