svn commit: r434486 - head/deskutils/alarm-clock-applet
Tobias Kortkamp
tobik at FreeBSD.org
Mon Feb 20 20:20:33 UTC 2017
Author: tobik
Date: Mon Feb 20 20:20:32 2017
New Revision: 434486
URL: https://svnweb.freebsd.org/changeset/ports/434486
Log:
Fix indentation
Reported by: danfe
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D9693
Modified:
head/deskutils/alarm-clock-applet/Makefile
Modified: head/deskutils/alarm-clock-applet/Makefile
==============================================================================
--- head/deskutils/alarm-clock-applet/Makefile Mon Feb 20 19:11:44 2017 (r434485)
+++ head/deskutils/alarm-clock-applet/Makefile Mon Feb 20 20:20:32 2017 (r434486)
@@ -1,34 +1,34 @@
# $FreeBSD$
-PORTNAME= alarm-clock-applet
-PORTVERSION= 0.3.4
-CATEGORIES= deskutils
-MASTER_SITES= http://launchpad.net/alarm-clock/trunk/0.3.4/+download/
-
-MAINTAINER= iluxa at ex.ua
-COMMENT= Fully-featured alarm clock
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
- libfreetype.so:print/freetype2 \
- libnotify.so:devel/libnotify \
- libunique-1.0.so:x11-toolkits/unique \
- libgstreamer-1.0.so:multimedia/gstreamer1
-BUILD_DEPENDS= gnome-icon-theme>0:misc/gnome-icon-theme
-RUN_DEPENDS= gnome-icon-theme>0:misc/gnome-icon-theme
-
-GNU_CONFIGURE= yes
-USES= gmake gettext-tools pkgconfig
-USE_GNOME= cairo gconf2 gtk20 intltool
-USE_GSTREAMER1= yes
-INSTALLS_ICONS= yes
+PORTNAME= alarm-clock-applet
+PORTVERSION= 0.3.4
+CATEGORIES= deskutils
+MASTER_SITES= http://launchpad.net/alarm-clock/trunk/0.3.4/+download/
+
+MAINTAINER= iluxa at ex.ua
+COMMENT= Fully-featured alarm clock
+
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
+ libfreetype.so:print/freetype2 \
+ libnotify.so:devel/libnotify \
+ libunique-1.0.so:x11-toolkits/unique \
+ libgstreamer-1.0.so:multimedia/gstreamer1
+BUILD_DEPENDS= gnome-icon-theme>0:misc/gnome-icon-theme
+RUN_DEPENDS= gnome-icon-theme>0:misc/gnome-icon-theme
+
+GNU_CONFIGURE= yes
+USES= gmake gettext-tools pkgconfig
+USE_GNOME= cairo gconf2 gtk20 intltool
+USE_GSTREAMER1= yes
+INSTALLS_ICONS= yes
-GCONF_SCHEMAS= alarm-clock.schemas
+GCONF_SCHEMAS= alarm-clock.schemas
-OPTIONS_DEFINE= NLS
-NLS_USES= gettext-runtime
+OPTIONS_DEFINE= NLS
+NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list