svn commit: r318614 - in head: . x11-wm x11-wm/transset x11-wm/transset-df
Niclas Zeising
zeising at FreeBSD.org
Mon May 20 17:00:58 UTC 2013
Author: zeising
Date: Mon May 20 17:00:57 2013
New Revision: 318614
URL: http://svnweb.freebsd.org/changeset/ports/318614
Log:
Move x11-wm/transset-df to x11-wm/transset and change upstream to
freedesktop.org. The freedesktop.org version now includes all patches
by Daniel Forchheimer which were distributed as xtransset-df.
Update this port to the latest version from freedesktop.org
Bump PORTEPOCH to prevent versions going backwards.
Trim makefile headers
Transfer maintainership to x11@ [1]
Approved by: miwi (current maintainer) [1]
Added:
head/x11-wm/transset/
- copied from r318593, head/x11-wm/transset-df/
Deleted:
head/x11-wm/transset-df/
Modified:
head/MOVED
head/x11-wm/Makefile
head/x11-wm/transset/Makefile
head/x11-wm/transset/distinfo
Modified: head/MOVED
==============================================================================
--- head/MOVED Mon May 20 16:48:38 2013 (r318613)
+++ head/MOVED Mon May 20 17:00:57 2013 (r318614)
@@ -4268,3 +4268,4 @@ science/py-obspy-core|science/py-obspy|2
mail/sendmail-ldap|mail/sendmail|2013-05-17|Removed: Use mail/sendmail instead
databases/innobackup|databases/xtrabackup|2013-05-18|Removed: Use databases/xtrabackup instead
audio/gogo-petit||2013-05-20|Has expired: No more public distfiles
+x11-wm/transset-df|x11-wm/transset|2013-05-20|Chase upstream rename and move
Modified: head/x11-wm/Makefile
==============================================================================
--- head/x11-wm/Makefile Mon May 20 16:48:38 2013 (r318613)
+++ head/x11-wm/Makefile Mon May 20 17:00:57 2013 (r318614)
@@ -145,7 +145,7 @@
SUBDIR += stumpwm
SUBDIR += swm
SUBDIR += tinywm
- SUBDIR += transset-df
+ SUBDIR += transset
SUBDIR += treewm
SUBDIR += tvtwm
SUBDIR += twm
Modified: head/x11-wm/transset/Makefile
==============================================================================
--- head/x11-wm/transset-df/Makefile Mon May 20 11:16:57 2013 (r318593)
+++ head/x11-wm/transset/Makefile Mon May 20 17:00:57 2013 (r318614)
@@ -1,29 +1,20 @@
-# Ports collection makefile for: transset-df
-# Date created: 2005-09-21
-# Whom: Andreas Kohn <andreas at syndrom23.de>
-#
+# Created by: Andreas Kohn <andreas at syndrom23.de>
# $FreeBSD$
-#
-PORTNAME= transset-df
-PORTVERSION= 6
+PORTNAME= transset
+PORTVERSION= 1.0.1
PORTREVISION= 1
+PORTEPOCH= 1
CATEGORIES= x11-wm
-MASTER_SITES= http://forchheimer.se/transset-df/
-MAINTAINER= miwi at FreeBSD.org
+MAINTAINER= x11 at FreeBSD.org
COMMENT= Make your windows transparent
-ALL_TARGET= transset-df
-MAKE_ARGS= CFLAGS="${CFLAGS}"
-USE_XORG= x11 xfixes xcomposite xrender xdamage
+XORG_CAT= app
+USE_XORG= x11 xproto xorg-macros
MAKE_JOBS_SAFE= yes
-PLIST_FILES= bin/transset-df
+MAN1= transset.1
+PLIST_FILES= bin/transset
-.include <bsd.port.pre.mk>
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/transset-df ${PREFIX}/bin
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/x11-wm/transset/distinfo
==============================================================================
--- head/x11-wm/transset-df/distinfo Mon May 20 11:16:57 2013 (r318593)
+++ head/x11-wm/transset/distinfo Mon May 20 17:00:57 2013 (r318614)
@@ -1,2 +1,2 @@
-SHA256 (transset-df-6.tar.gz) = 4563c8a9883db354c58dcd63f87dd3d076c4a3ed9c55b85e8cb59c9d399fdeee
-SIZE (transset-df-6.tar.gz) = 10395
+SHA256 (xorg/app/transset-1.0.1.tar.bz2) = 70c3d033874fe48286bc4971d5de9027f2e8ccd0f21b7506fe1bb4472218036d
+SIZE (xorg/app/transset-1.0.1.tar.bz2) = 121199
More information about the svn-ports-head
mailing list