Bug 88726 - [UPDATE] www/dokuwiki: upgrade to 20051109 & add SHA256 keyprint
Summary: [UPDATE] www/dokuwiki: upgrade to 20051109 & add SHA256 keyprint
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-09 13:30 UTC by chinsan
Modified: 2005-11-09 17:10 UTC (History)
0 users

See Also:


Attachments
dokuwiki.diff (1.11 KB, patch)
2005-11-09 13:30 UTC, chinsan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chinsan 2005-11-09 13:30:17 UTC
	- upgrade to 20051109 
	-  add SHA256 keyprint

	Thanks. :)
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2005-11-09 14:51:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 2 User 2005-11-09 16:08:40 UTC
Hi, garga:

Please also apply this patch summited by Markus Mann <lists-2004@max93.de>
Thank you very much.
:)

-chinsan

--- Makefile~	Thu Nov 10 00:03:23 2005
+++ Makefile	Thu Nov 10 00:03:23 2005
@@ -18,7 +18,10 @@
 MAINTAINER=	chinsan.tw@gmail.com
 COMMENT=	A simple and easy to use wiki, no database required
 
-USE_PHP=	gd imagick pcre session xml zlib
+USE_PHP=	gd pcre session xml zlib
+.if !defined(WITHOUT_X11)
+USE_PHP+=	imagick
+.endif
 PHP4_PORT?=	www/mod_php4
 NO_BUILD=	YES
 WANT_PHP_WEB=	YES
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2005-11-09 17:10:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!