mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
- add LICENSE (BSD3C) - set RUN_DEPENDS explicitly - turn database back-end selection into radio-option keeping existing logic: if PGSQL isn't selected SQLITE is used - use options helpers - do not use easy_install and convert to auto-generated packing list [1] - utilize shebangfix, instead of doing the same manually - remove no more needed x-generate-plist target - simplify examples installation and unmute it's commands - do not install rpm stuff, it's not linux here anyway - whitespace fixes in pkg-descr - bump PORTREVISION PR: 182332 Requested by: Volodymyr Kostyrko <arcade@b1t.name> [1] Submitted by: rm (myself) Approved by: maintainer timeout - add upstream patch to fix wiki bracketed link with Genshi 0.7 see http://trac.edgewall.org/changeset/11683 for details PR: 181419 Submitted by: Hung-Yi Chen <gaod@hychen.org> Approved by: maintainer timeout
19 lines
819 B
Text
19 lines
819 B
Text
Backported from upstream repo: http://trac.edgewall.org/changeset/11683
|
|
See PR 181419 for details.
|
|
|
|
--- trac/wiki/tests/wiki-tests.txt.orig 2013-08-20 14:02:43.308222000 +0800
|
|
+++ trac/wiki/tests/wiki-tests.txt 2013-08-20 14:01:18.000000000 +0800
|
|
@@ -314,6 +314,13 @@
|
|
------------------------------
|
|
<p>
|
|
nolink:"<blink>"
|
|
+</p>
|
|
+------------------------------
|
|
+============================== Bracketed links
|
|
+See <http://en.wikipedia.org/wiki/Mornington_Crescent_(game)>
|
|
+------------------------------
|
|
+<p>
|
|
+See <<a class="ext-link" href="http://en.wikipedia.org/wiki/Mornington_Crescent_(game)"><span class="icon"></span>http://en.wikipedia.org/wiki/Mornington_Crescent_(game)</a>>
|
|
</p>
|
|
------------------------------
|
|
============================================================
|