svn commit: r402327 - head/x11-wm/devilspie

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Nov 23 20:26:46 UTC 2015


Author: amdmi3
Date: Mon Nov 23 20:26:44 2015
New Revision: 402327
URL: https://svnweb.freebsd.org/changeset/ports/402327

Log:
  - Update to 0.23
  - Pass maintainership to submitter
  - While here, add LICENSE
  
  PR:		204352
  Submitted by:	w.litter at aon.at

Added:
  head/x11-wm/devilspie/pkg-plist   (contents, props changed)
Modified:
  head/x11-wm/devilspie/Makefile
  head/x11-wm/devilspie/distinfo

Modified: head/x11-wm/devilspie/Makefile
==============================================================================
--- head/x11-wm/devilspie/Makefile	Mon Nov 23 20:24:26 2015	(r402326)
+++ head/x11-wm/devilspie/Makefile	Mon Nov 23 20:26:44 2015	(r402327)
@@ -2,26 +2,27 @@
 # $FreeBSD$
 
 PORTNAME=	devilspie
-PORTVERSION=	0.22
-PORTREVISION=	6
+PORTVERSION=	0.23
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://www.burtonini.com/computing/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	w.schwarzenfeld at utanet.at
 COMMENT=	Window manipulation tool
 
-OPTIONS_DEFINE=	DOCS
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libwnck-3.so:${PORTSDIR}/x11-toolkits/libwnck3
 
+USES=		gettext gmake pkgconfig tar:xz
 USE_GNOME=	libwnck intltool
 GNU_CONFIGURE=	yes
-USES=		pkgconfig gettext gmake
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib -lX11
 
 PORTDOCS=	AUTHORS NEWS README TODO
-PLIST_FILES=	bin/devilspie \
-		man/man1/devilspie.1.gz \
-		share/locale/de/LC_MESSAGES/devilspie.mo
+
+OPTIONS_DEFINE=	DOCS
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||' \

Modified: head/x11-wm/devilspie/distinfo
==============================================================================
--- head/x11-wm/devilspie/distinfo	Mon Nov 23 20:24:26 2015	(r402326)
+++ head/x11-wm/devilspie/distinfo	Mon Nov 23 20:26:44 2015	(r402327)
@@ -1,2 +1,2 @@
-SHA256 (devilspie-0.22.tar.gz) = e06aba1d96889e1b58bd1b0ba4d3015f50adc3ade2824b5cb37a0ee7f2490aaf
-SIZE (devilspie-0.22.tar.gz) = 192646
+SHA256 (devilspie-0.23.tar.xz) = 2dd9d4b7424ac999f20c214b0ff71e8c5836d97003d7a8a7391105cd16d36deb
+SIZE (devilspie-0.23.tar.xz) = 130984

Added: head/x11-wm/devilspie/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-wm/devilspie/pkg-plist	Mon Nov 23 20:26:44 2015	(r402327)
@@ -0,0 +1,16 @@
+bin/devilspie
+man/man1/devilspie.1.gz
+share/locale/ca/LC_MESSAGES/devilspie.mo
+share/locale/cs/LC_MESSAGES/devilspie.mo
+share/locale/da/LC_MESSAGES/devilspie.mo
+share/locale/de/LC_MESSAGES/devilspie.mo
+share/locale/en_GB/LC_MESSAGES/devilspie.mo
+share/locale/es/LC_MESSAGES/devilspie.mo
+share/locale/fr/LC_MESSAGES/devilspie.mo
+share/locale/nb/LC_MESSAGES/devilspie.mo
+share/locale/oc/LC_MESSAGES/devilspie.mo
+share/locale/pt_BR/LC_MESSAGES/devilspie.mo
+share/locale/ro/LC_MESSAGES/devilspie.mo
+share/locale/sl/LC_MESSAGES/devilspie.mo
+share/locale/sv/LC_MESSAGES/devilspie.mo
+share/locale/zh_CN/LC_MESSAGES/devilspie.mo


More information about the svn-ports-all mailing list