diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-05 19:44:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-05 19:44:18 +0800 |
commit | 276a982de7df650c176c07bb3f156d1fba6b81c4 (patch) | |
tree | f1451a33b4b2d249db5bef60bec03db67250097e | |
parent | 5db8c0e811601b01fa71d5f6df75c756ab1c15b2 (diff) | |
download | freebsd-ports-gnome-276a982de7df650c176c07bb3f156d1fba6b81c4.tar.gz freebsd-ports-gnome-276a982de7df650c176c07bb3f156d1fba6b81c4.tar.zst freebsd-ports-gnome-276a982de7df650c176c07bb3f156d1fba6b81c4.zip |
Revert r367333, it doesn't work
Mark BROKEN instead
-rw-r--r-- | astro/wmmoonclock/Makefile | 4 | ||||
-rw-r--r-- | databases/wmjsql/Makefile | 3 | ||||
-rw-r--r-- | games/wmfortune/Makefile | 2 | ||||
-rw-r--r-- | x11/wmblob/Makefile | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/astro/wmmoonclock/Makefile b/astro/wmmoonclock/Makefile index 7f92d737c834..df0a86f23240 100644 --- a/astro/wmmoonclock/Makefile +++ b/astro/wmmoonclock/Makefile @@ -5,11 +5,13 @@ PORTNAME= wmMoonClock PORTVERSION= 1.27 PORTREVISION= 3 CATEGORIES= astro windowmaker -MASTER_SITES= http://windowmaker.org/dockapps/?download= +MASTER_SITES= http://www.dockapps.org/files/14/21/ MAINTAINER= ports@FreeBSD.org COMMENT= Displays the phase of the moon, plus orbital data +BROKEN= No public disfiles + WRKSRC= ${WRKDIR}/${DISTNAME}/Src USE_XORG= xpm diff --git a/databases/wmjsql/Makefile b/databases/wmjsql/Makefile index 9963e5ee1d4b..e4be0ddd3973 100644 --- a/databases/wmjsql/Makefile +++ b/databases/wmjsql/Makefile @@ -5,8 +5,7 @@ PORTNAME= wmjsql PORTVERSION= 0.5 PORTREVISION= 2 CATEGORIES= databases windowmaker -MASTER_SITES= http://www.dockapps.org/files/42/73/ \ - http://freebsd.nsu.ru/distfiles/ +MASTER_SITES= http://freebsd.nsu.ru/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= MySQL server status displaying dockapp diff --git a/games/wmfortune/Makefile b/games/wmfortune/Makefile index c1851c3de6c7..a8248f28323c 100644 --- a/games/wmfortune/Makefile +++ b/games/wmfortune/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://www.dockapps.org/files/90/128/ MAINTAINER= ports@FreeBSD.org COMMENT= Dockapp that outputs fortune messages +BROKEN= No public disfiles + PLIST_FILES= bin/wmfortune USES= gmake USE_XORG= xpm diff --git a/x11/wmblob/Makefile b/x11/wmblob/Makefile index 7ea45982f011..521e2370b4e3 100644 --- a/x11/wmblob/Makefile +++ b/x11/wmblob/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://www.dockapps.org/files/155/541/ MAINTAINER= ports@FreeBSD.org COMMENT= Showing moving blobs +BROKEN= No public disfiles + USE_XORG= xpm USE_GNOME= gtk20 USES= pkgconfig tar:bzip2 |