svn commit: r357783 - head/x11-themes/kde4-windeco-nitrogen

Jason E. Hale jhale at FreeBSD.org
Sat Jun 14 14:21:48 UTC 2014


Author: jhale
Date: Sat Jun 14 14:21:46 2014
New Revision: 357783
URL: http://svnweb.freebsd.org/changeset/ports/357783
QAT: https://qat.redports.org/buildarchive/r357783/

Log:
  - Mark DEPRECATED; this project merged with the Oxygen windeco
    included with KDE4
  - Set EXPIRATION_DATE to one month from now
  
  While here:
  - Support staging
  - Add LICENSE (GPLv2)
  - Add USES=gettext

Modified:
  head/x11-themes/kde4-windeco-nitrogen/Makefile

Modified: head/x11-themes/kde4-windeco-nitrogen/Makefile
==============================================================================
--- head/x11-themes/kde4-windeco-nitrogen/Makefile	Sat Jun 14 14:17:06 2014	(r357782)
+++ head/x11-themes/kde4-windeco-nitrogen/Makefile	Sat Jun 14 14:21:46 2014	(r357783)
@@ -12,10 +12,14 @@ DISTNAME=	99551-${PKGNAMEPREFIX}${PORTNA
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	KDE4 window decoration
 
+LICENSE=	GPLv2
+
+DEPRECATED=	Merged with the Oxygen windeco included with KDE4
+EXPIRATION_DATE=	2014-07-14
+
 USE_KDE4=	kdelibs kdehier kdeprefix automoc4 workspace
 USE_QT4=	corelib qmake_build moc_build rcc_build uic_build
-USES=		cmake
+USES=		cmake gettext
 WRKSRC=		${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}-Source
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list