svn commit: r320819 - head/deskutils/gtimer
Boris Samorodov
bsam at FreeBSD.org
Thu Jun 13 16:34:21 UTC 2013
Author: bsam
Date: Thu Jun 13 16:34:20 2013
New Revision: 320819
URL: http://svnweb.freebsd.org/changeset/ports/320819
Log:
. fix build with clang (CPPFLAGS+=-Wno-return-type);
. LICENSE=GPLv2;
. bump PORTREVISION;
. trim Makefile headers;
. remove the indefinite article from COMMENT.
Modified:
head/deskutils/gtimer/Makefile
Modified: head/deskutils/gtimer/Makefile
==============================================================================
--- head/deskutils/gtimer/Makefile Thu Jun 13 16:28:48 2013 (r320818)
+++ head/deskutils/gtimer/Makefile Thu Jun 13 16:34:20 2013 (r320819)
@@ -1,18 +1,16 @@
-# New ports collection makefile for: gtimer
-# Date created: 25 February 1999
-# Whom: Chris Piazza <cpiazza at FreeBSD.org>
-#
+# Created by: Chris Piazza <cpiazza at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= gtimer
PORTVERSION= 2.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
-COMMENT= A timer for your personal activities
+COMMENT= Timer for your personal activities
+
+LICENSE= GPLv2
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
@@ -25,7 +23,7 @@ GNU_CONFIGURE= yes
MAN1= ${PORTNAME}.1
-CPPFLAGS+= -I${LOCALBASE}/include
+CPPFLAGS+= -I${LOCALBASE}/include -Wno-return-type
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
More information about the svn-ports-all
mailing list