diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-11 20:29:12 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-11 20:29:12 +0000 |
commit | b701588aaf0c251f9e85b60b3222fa5f13f7dba7 (patch) | |
tree | cac8b814a07074d8c6a1c18cdb9c92cd507016d6 | |
parent | Mark BROKEN: fails to build (diff) |
Mark BROKEN: unfetchable
Reported by: pkg-fallout
-rw-r--r-- | chinese/wordpress-zh_TW/Makefile | 1 | ||||
-rw-r--r-- | french/wordpress/Makefile | 1 | ||||
-rw-r--r-- | german/wordpress/Makefile | 1 | ||||
-rw-r--r-- | japanese/wordpress/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/chinese/wordpress-zh_TW/Makefile b/chinese/wordpress-zh_TW/Makefile index 3dc77c1b19d9..5f72ecadda54 100644 --- a/chinese/wordpress-zh_TW/Makefile +++ b/chinese/wordpress-zh_TW/Makefile @@ -14,6 +14,7 @@ COMMENT= State-of-the-art semantic personal publishing platform LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/license.txt +BROKEN= unfetchable WRKSRC= ${WRKDIR}/${PORTNAME} USES= php:web diff --git a/french/wordpress/Makefile b/french/wordpress/Makefile index 0af2e3fb52d3..4beffccfbd8c 100644 --- a/french/wordpress/Makefile +++ b/french/wordpress/Makefile @@ -13,6 +13,7 @@ COMMENT= State-of-the-art semantic personal publishing platform LICENSE= GPLv2 +BROKEN= unfetchable CONFLICTS_INSTALL= de-wordpress-[0-9].* ja-wordpress-[0-9].* ru-wordpress-[0-9].* NO_ARCH= yes diff --git a/german/wordpress/Makefile b/german/wordpress/Makefile index cf29eb17bd06..a488482b0838 100644 --- a/german/wordpress/Makefile +++ b/german/wordpress/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/license.txt +BROKEN= unfetchable CONFLICTS_INSTALL= wordpress-[0-9].* ja-wordpress-[0-9].* ru-wordpress-[0-9].* NO_ARCH= yes diff --git a/japanese/wordpress/Makefile b/japanese/wordpress/Makefile index acaaf6e9ace8..97bb904c6a1d 100644 --- a/japanese/wordpress/Makefile +++ b/japanese/wordpress/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/license.txt +BROKEN= unfetchable CONFLICTS_INSTALL= wordpress-[0-9].* de-wordpress-[0-9].* ru-wordpress-[0-9].* NO_ARCH= yes |