aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--biology/seqtools/Makefile1
-rw-r--r--biology/seqtools/pkg-plist2
-rw-r--r--databases/dbtool/Makefile2
-rw-r--r--databases/dbtool/pkg-plist8
-rw-r--r--games/gnubg/Makefile2
-rw-r--r--games/gnubg/pkg-plist4
-rw-r--r--games/pengpong/Makefile2
-rw-r--r--games/pengpong/pkg-plist2
-rw-r--r--games/seabattle/Makefile2
-rw-r--r--games/seabattle/pkg-plist2
-rw-r--r--net/rabbitmq/Makefile2
-rw-r--r--net/rabbitmq/pkg-plist2
-rw-r--r--print/foo2zjs/Makefile1
-rw-r--r--print/foo2zjs/pkg-plist2
-rw-r--r--security/openvpn-beta/Makefile1
-rw-r--r--security/openvpn-beta/pkg-plist8
-rw-r--r--security/openvpn-devel/Makefile1
-rw-r--r--security/openvpn-devel/pkg-plist6
-rw-r--r--textproc/p5-XML-SAX-Machines/Makefile1
-rw-r--r--textproc/p5-XML-SAX-Machines/pkg-plist2
20 files changed, 29 insertions, 24 deletions
diff --git a/biology/seqtools/Makefile b/biology/seqtools/Makefile
index eaf6fac6cc12..191f9e12080e 100644
--- a/biology/seqtools/Makefile
+++ b/biology/seqtools/Makefile
@@ -3,6 +3,7 @@
PORTNAME= seqtools
PORTVERSION= 4.24
+PORTREVISION= 1
CATEGORIES= biology
MASTER_SITES= ftp://ftp.sanger.ac.uk/pub4/resources/software/seqtools/PRODUCTION/
diff --git a/biology/seqtools/pkg-plist b/biology/seqtools/pkg-plist
index 067c64378f3f..87f23660fbae 100644
--- a/biology/seqtools/pkg-plist
+++ b/biology/seqtools/pkg-plist
@@ -13,4 +13,4 @@ bin/dotter
%%PORTDOCS%%%%DOCSDIR%%/dotter_usage.txt
%%PORTDOCS%%%%DOCSDIR%%/release_notes.html
%%PORTDOCS%%%%DOCSDIR%%/todo.html
-@dirrmtry %%PORTDOCS%%%%DOCSDIR%%
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
diff --git a/databases/dbtool/Makefile b/databases/dbtool/Makefile
index 5c47960955b3..f834cb73b737 100644
--- a/databases/dbtool/Makefile
+++ b/databases/dbtool/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dbtool
PORTVERSION= 1.7
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= databases
MASTER_SITES= http://www.daemon.de/idisk/Apps/dbtool/
diff --git a/databases/dbtool/pkg-plist b/databases/dbtool/pkg-plist
index f610e4fc99c6..e345834efe7d 100644
--- a/databases/dbtool/pkg-plist
+++ b/databases/dbtool/pkg-plist
@@ -6,7 +6,7 @@ bin/dbtool
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/locate/updatedb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uback/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
-@dirrmtry %%PORTEXAMPLES%%%%EXAMPLESDIR%%/account-db
-@dirrmtry %%PORTEXAMPLES%%%%EXAMPLESDIR%%/locate
-@dirrmtry %%PORTEXAMPLES%%%%EXAMPLESDIR%%/uback
-@dirrmtry %%PORTEXAMPLES%%%%EXAMPLESDIR%%
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/account-db
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/locate
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/uback
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile
index 5d815966926c..824ce669232e 100644
--- a/games/gnubg/Makefile
+++ b/games/gnubg/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnubg
PORTVERSION= 1.02.000
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.c-s.li/ports/ \
http://files.gnubg.org/media/sources/
diff --git a/games/gnubg/pkg-plist b/games/gnubg/pkg-plist
index 2939de73259c..4c5526747ac0 100644
--- a/games/gnubg/pkg-plist
+++ b/games/gnubg/pkg-plist
@@ -243,5 +243,5 @@ share/icons/hicolor/48x48/apps/gnubg.png
@dirrmtry %%DATADIR%%/fonts
@dirrmtry %%DATADIR%%/flags
@dirrmtry %%DATADIR%%
-@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/images
-@dirrmtry %%PORTDOCS%%%%DOCSDIR%%
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/images
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
diff --git a/games/pengpong/Makefile b/games/pengpong/Makefile
index ecb55dca115d..aed8b695eb11 100644
--- a/games/pengpong/Makefile
+++ b/games/pengpong/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pengpong
PORTVERSION= 0.3
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}-linux
diff --git a/games/pengpong/pkg-plist b/games/pengpong/pkg-plist
index 2c33459071db..0e6593b635ec 100644
--- a/games/pengpong/pkg-plist
+++ b/games/pengpong/pkg-plist
@@ -6,4 +6,4 @@ bin/pengpong
%%DATADIR%%/paddle.tga
%%DATADIR%%/red.png
@dirrmtry %%DATADIR%%
-@dirrmtry %%PORTDOCS%%%%DOCSDIR%%
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
diff --git a/games/seabattle/Makefile b/games/seabattle/Makefile
index b4637b4ff6f2..3f34f883309b 100644
--- a/games/seabattle/Makefile
+++ b/games/seabattle/Makefile
@@ -3,7 +3,7 @@
PORTNAME= seabattle
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SUNSITE \
http://www.deater.net/weave/vmwprod/
diff --git a/games/seabattle/pkg-plist b/games/seabattle/pkg-plist
index 7b6071c2ed11..2ce2a15ca8d0 100644
--- a/games/seabattle/pkg-plist
+++ b/games/seabattle/pkg-plist
@@ -7,4 +7,4 @@ bin/seabattle
%%DATADIR%%/opening.au
%%DATADIR%%/sunkit.au
@dirrmtry %%DATADIR%%
-@dirrmtry %%PORTDOCS%%%%DOCSDIR%%
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
diff --git a/net/rabbitmq/Makefile b/net/rabbitmq/Makefile
index 194f2c3af9a4..8b332954f588 100644
--- a/net/rabbitmq/Makefile
+++ b/net/rabbitmq/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rabbitmq
PORTVERSION= 3.2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.rabbitmq.com/releases/rabbitmq-server/v${PORTVERSION}/
DISTNAME= ${PORTNAME}-server-${PORTVERSION}
diff --git a/net/rabbitmq/pkg-plist b/net/rabbitmq/pkg-plist
index d8a6373be9ef..3ddae3771605 100644
--- a/net/rabbitmq/pkg-plist
+++ b/net/rabbitmq/pkg-plist
@@ -209,7 +209,7 @@ man/man5/rabbitmq-env.conf.5.gz
@exec mkdir -p %D/etc/rabbitmq
@dirrmtry etc/rabbitmq
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rabbitmq.config.example
-@dirrmtry %%PORTEXAMPLES%%%%EXAMPLESDIR%%
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
@exec mkdir -p /var/log/rabbitmq
@exec chown -R rabbitmq:rabbitmq /var/log/rabbitmq
@exec mkdir -p /var/db/rabbitmq/mnesia
diff --git a/print/foo2zjs/Makefile b/print/foo2zjs/Makefile
index a017723176ce..f4488a4e2db3 100644
--- a/print/foo2zjs/Makefile
+++ b/print/foo2zjs/Makefile
@@ -3,6 +3,7 @@
PORTNAME= foo2zjs
PORTVERSION= 20131225
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
${MASTER_SITE_LOCAL:S,$,bsam/${PORTNAME}/,} \
diff --git a/print/foo2zjs/pkg-plist b/print/foo2zjs/pkg-plist
index 3c94e2dc3513..bc53aecfd7f5 100644
--- a/print/foo2zjs/pkg-plist
+++ b/print/foo2zjs/pkg-plist
@@ -306,7 +306,7 @@ share/foo2qpdl/crd/black-text.ps
@dirrmtry share/foo2lava
@dirrmtry share/foo2hp
@dirrmtry share/foo2hiperc
-@dirrmtry %%PORTDOCS%%%%DOCSDIR%%
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
@dirrmtry share/cups/model
@dirrmtry share/cups
@dirrmtry foomatic/db/source/printer
diff --git a/security/openvpn-beta/Makefile b/security/openvpn-beta/Makefile
index b622a445c3c4..3c645e4970b2 100644
--- a/security/openvpn-beta/Makefile
+++ b/security/openvpn-beta/Makefile
@@ -3,6 +3,7 @@
PORTNAME= openvpn
DISTVERSION= 2.3_rc2
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://swupdate.openvpn.net/community/releases/
PKGNAMESUFFIX= -beta
diff --git a/security/openvpn-beta/pkg-plist b/security/openvpn-beta/pkg-plist
index 45eec9f79745..566a6c6b6c74 100644
--- a/security/openvpn-beta/pkg-plist
+++ b/security/openvpn-beta/pkg-plist
@@ -39,9 +39,9 @@ sbin/openvpn
%%PORTDOCS%%%%DOCSDIR%%/sample-scripts/bridge-stop
%%PORTDOCS%%%%DOCSDIR%%/sample-scripts/ucn.pl
%%PORTDOCS%%%%DOCSDIR%%/sample-scripts/verify-cn
-@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/sample
-@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/sample-config-files
-@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/sample-scripts
-@dirrmtry %%PORTDOCS%%%%DOCSDIR%%
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/sample
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/sample-config-files
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/sample-scripts
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
@dirrmtry lib/openvpn/plugins
@dirrmtry lib/openvpn
diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile
index cb3f6dfa9676..811f3dc80f24 100644
--- a/security/openvpn-devel/Makefile
+++ b/security/openvpn-devel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= openvpn
DISTVERSION= 201326
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= ftp://ftp.secure-computing.net/pub/FreeBSD/ports/openvpn-devel/ \
ftp://ftp2.secure-computing.net/pub/FreeBSD/ports/openvpn-devel/
diff --git a/security/openvpn-devel/pkg-plist b/security/openvpn-devel/pkg-plist
index a8b23748bae6..dfd2e2ab8cd8 100644
--- a/security/openvpn-devel/pkg-plist
+++ b/security/openvpn-devel/pkg-plist
@@ -39,8 +39,8 @@ sbin/openvpn
%%PORTDOCS%%%%DOCSDIR%%/sample-scripts/bridge-stop
%%PORTDOCS%%%%DOCSDIR%%/sample-scripts/ucn.pl
%%PORTDOCS%%%%DOCSDIR%%/sample-scripts/verify-cn
-@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/sample-scripts
-@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/sample-config-files
-@dirrmtry %%PORTDOCS%%%%DOCSDIR%%
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/sample-scripts
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/sample-config-files
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
@dirrmtry lib/openvpn/plugins
@dirrmtry lib/openvpn
diff --git a/textproc/p5-XML-SAX-Machines/Makefile b/textproc/p5-XML-SAX-Machines/Makefile
index 0a21df83dcc3..3c81341648bf 100644
--- a/textproc/p5-XML-SAX-Machines/Makefile
+++ b/textproc/p5-XML-SAX-Machines/Makefile
@@ -3,6 +3,7 @@
PORTNAME= XML-SAX-Machines
PORTVERSION= 0.46
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PERIGRIN
diff --git a/textproc/p5-XML-SAX-Machines/pkg-plist b/textproc/p5-XML-SAX-Machines/pkg-plist
index 5649ba408b65..ddbc75d42bc2 100644
--- a/textproc/p5-XML-SAX-Machines/pkg-plist
+++ b/textproc/p5-XML-SAX-Machines/pkg-plist
@@ -29,7 +29,7 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/output_to_process
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml_records_thru_libxslt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml_records_to_data_structures
-@dirrmtry %%PORTEXAMPLES%%%%EXAMPLESDIR%%
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAX/Machines
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAX
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML