aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--databases/ruby-interbase/pkg-descr2
-rw-r--r--databases/sqlrelay/pkg-descr2
-rw-r--r--mail/svnmailer/Makefile13
-rw-r--r--mail/svnmailer/pkg-descr3
-rw-r--r--net-mgmt/ipacctd/Makefile5
-rw-r--r--net-mgmt/ipacctd/pkg-descr3
-rw-r--r--net-mgmt/ng_ipacct/Makefile9
-rw-r--r--net-mgmt/ng_ipacct/pkg-descr3
-rw-r--r--www/foswiki-ModPerlEngineContrib/pkg-descr3
-rw-r--r--www/foswiki/pkg-descr2
10 files changed, 16 insertions, 29 deletions
diff --git a/databases/ruby-interbase/pkg-descr b/databases/ruby-interbase/pkg-descr
index cbf8a3ee391f..8a0228f2c9f5 100644
--- a/databases/ruby-interbase/pkg-descr
+++ b/databases/ruby-interbase/pkg-descr
@@ -1,3 +1,3 @@
This is an extention module to access Interbase database from Ruby.
-WWW: http://www.rowlandresearch.com/ruby/
+WWW: http://www.rowlandresearch.com/ruby/
diff --git a/databases/sqlrelay/pkg-descr b/databases/sqlrelay/pkg-descr
index dc1835232dc9..54d7b09040fe 100644
--- a/databases/sqlrelay/pkg-descr
+++ b/databases/sqlrelay/pkg-descr
@@ -11,4 +11,4 @@ databases from unsupported platforms, migrating between databases,
distributing access to replicated databases and throttling database
access.
-WWW: http://sqlrelay.sourceforge.net/
+WWW: http://sqlrelay.sourceforge.net/
diff --git a/mail/svnmailer/Makefile b/mail/svnmailer/Makefile
index 99cbbd7e8941..0788bcf5b96c 100644
--- a/mail/svnmailer/Makefile
+++ b/mail/svnmailer/Makefile
@@ -21,21 +21,18 @@ PYDISTUTILS_PKGVERSION= ${DISTVERSION}
MAN1= svn-mailer.1
-.include <bsd.port.pre.mk>
+PORTDOCS= *
-pre-patch:
-.if ${PYTHON_REL} >= 250
EXTRA_PATCHES= ${FILESDIR}/py25-src-lib-svnmailer-notifier-_base.py
-.endif
-.if defined(NOPORTDOCS)
+.include <bsd.port.options.mk>
+
+.if ! ${PORT_OPTIONS:MDOCS}
PYDISTUTILS_INSTALLARGS+= --no-install-docs
-.else
-PORTDOCS= *
.endif
post-patch:
@${REINPLACE_CMD} -e "1s|^.*|#!${PYTHON_CMD}|" ${WRKSRC}/setup.py
@${REINPLACE_CMD} -e "1s|^.*|#!${PYTHON_CMD}|" ${WRKSRC}/src/svn-mailer
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/mail/svnmailer/pkg-descr b/mail/svnmailer/pkg-descr
index 4cd37d57accc..99eebecd7e87 100644
--- a/mail/svnmailer/pkg-descr
+++ b/mail/svnmailer/pkg-descr
@@ -6,5 +6,4 @@ mailer.py distributed with subversion, but supposed to be much more
consistent, better extensible and to have much more features. Have a
look at the documentation for further details
-Author: nd@perlig.de
-WWW: http://opensource.perlig.de/svnmailer/
+WWW: http://opensource.perlig.de/svnmailer/
diff --git a/net-mgmt/ipacctd/Makefile b/net-mgmt/ipacctd/Makefile
index 78799d0bd821..dd0255eaf008 100644
--- a/net-mgmt/ipacctd/Makefile
+++ b/net-mgmt/ipacctd/Makefile
@@ -18,12 +18,13 @@ MAN8= ipacctd.8
MANLANG= "" ru.KOI8-R
MANCOMPRESSED= yes
+.include <bsd.port.options.mk>
+
post-extract:
@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
post-install:
-.ifndef(NOPORTDOCS)
- @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}/ru
@${INSTALL_DATA} ${WRKSRC}/README.ipacctd ${DOCSDIR}/ru
.endif
diff --git a/net-mgmt/ipacctd/pkg-descr b/net-mgmt/ipacctd/pkg-descr
index d00258966fde..d5df738b9c5c 100644
--- a/net-mgmt/ipacctd/pkg-descr
+++ b/net-mgmt/ipacctd/pkg-descr
@@ -1,5 +1,4 @@
The ipacctd is intended for IP accounting. divert(4) and corresponding
ipfw(8) rules are used for obtaining IP packets.
-Author: Roman V. Palagin <romanp@unshadow.net>
-WWW: ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/ipacctd/
+WWW: ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/ipacctd/
diff --git a/net-mgmt/ng_ipacct/Makefile b/net-mgmt/ng_ipacct/Makefile
index 07ee11c325ab..01ddcf5d464b 100644
--- a/net-mgmt/ng_ipacct/Makefile
+++ b/net-mgmt/ng_ipacct/Makefile
@@ -16,8 +16,6 @@ NO_PACKAGE= Depends on kernel
IGNORE= Depends on kernel
.endif
-OPTIONS= MEM_ZONE "Use UMA zone allocator (>= 5.x only)" on
-
KMODDIR= /boot/modules
PLIST_SUB+= KMODDIR=${KMODDIR:S!^/!!}
@@ -29,12 +27,7 @@ MANCOMPRESSED= yes
USE_RC_SUBR= ng_ipacct
SUB_FILES= pkg-message
-
-.include <bsd.port.pre.mk>
-
-.ifdef WITH_MEM_ZONE
CFLAGS+= -DMEM_USE_ZONE
-.endif
post-extract:
@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
@@ -46,4 +39,4 @@ post-install:
${PREFIX}/etc/ng_ipacct.conf.sample
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net-mgmt/ng_ipacct/pkg-descr b/net-mgmt/ng_ipacct/pkg-descr
index 3218be96168a..e8cbde3c333d 100644
--- a/net-mgmt/ng_ipacct/pkg-descr
+++ b/net-mgmt/ng_ipacct/pkg-descr
@@ -15,5 +15,4 @@ Also, effective user ID of relevant process and timestamp can be saved.
CPU overhead is minimal because ng_ipacct works at kernel level.
-Author: Roman V. Palagin <romanp@unshadow.net>
-WWW: ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/kernel/ng_ipacct/
+WWW: ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/kernel/ng_ipacct/
diff --git a/www/foswiki-ModPerlEngineContrib/pkg-descr b/www/foswiki-ModPerlEngineContrib/pkg-descr
index 100ac3163ad2..fc919b1947b7 100644
--- a/www/foswiki-ModPerlEngineContrib/pkg-descr
+++ b/www/foswiki-ModPerlEngineContrib/pkg-descr
@@ -1,4 +1,3 @@
Permits Foswiki to be executed under mod_perl.
-Author: Gilmar Santos Jr
-WWW: http://www.foswiki.org/Support/ModPerlEngineContrib
+WWW: http://www.foswiki.org/Support/ModPerlEngineContrib
diff --git a/www/foswiki/pkg-descr b/www/foswiki/pkg-descr
index c2a664771d41..df3d58d85415 100644
--- a/www/foswiki/pkg-descr
+++ b/www/foswiki/pkg-descr
@@ -3,4 +3,4 @@ collaboration platform. Use Foswiki to run a project development
space, a document management system, a knowledge base or any other
groupware tool on either an intranet or on the Internet.
-WWW: http://www.foswiki.org/
+WWW: http://www.foswiki.org/