svn commit: r359975 - head/x11-clocks/alarm-clock

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jul 1 10:13:27 UTC 2014


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 at 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/


More information about the svn-ports-head mailing list