aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-08-20 17:27:52 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-08-20 17:27:52 +0000
commit7a0bd317631d50743f0a374e87553b67823ce01b (patch)
treea6a20687ac7deead25a53b4c03118c3a00060775 /devel
parentb71961a9ea66185112d102c2715655e63422305e (diff)
downloadports-7a0bd317631d50743f0a374e87553b67823ce01b.tar.gz
ports-7a0bd317631d50743f0a374e87553b67823ce01b.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/cdash/Makefile3
-rw-r--r--devel/otrs/Makefile3
-rw-r--r--devel/p5-Log-Dispatch/Makefile4
-rw-r--r--devel/subversion-freebsd/Makefile2
-rw-r--r--devel/subversion/Makefile.common4
-rw-r--r--devel/subversion16/Makefile.common4
-rw-r--r--devel/viewvc/Makefile3
7 files changed, 13 insertions, 10 deletions
diff --git a/devel/cdash/Makefile b/devel/cdash/Makefile
index e347e9bc363f..0b982ad3c6a0 100644
--- a/devel/cdash/Makefile
+++ b/devel/cdash/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cdash
PORTVERSION= 1.8.2
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.cdash.org/download/
DISTNAME= CDash-${PORTVERSION}
@@ -21,7 +22,7 @@ OPTIONS= MYSQL "Use MySQL" on \
USE_ZIP= yes
USE_PHP= curl gd xsl
-USE_APACHE_RUN= 2.0+
+USE_APACHE_RUN= 20+
NO_BUILD= yes
SUB_FILES= pkg-message
diff --git a/devel/otrs/Makefile b/devel/otrs/Makefile
index f43d05cca64e..97b882285190 100644
--- a/devel/otrs/Makefile
+++ b/devel/otrs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= otrs
PORTVERSION= 3.0.10
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \
ftp://ftp.samurai.com/pub/otrs/ \
@@ -74,7 +75,7 @@ CLEAN_FILES= scripts/suse* scripts/redhat* \
var/httpd/htdocs/js/thirdparty/ckeditor-3.4.2/_source \
var/httpd/htdocs/skins/Agent/*/img/source
-USE_APACHE= 1.3+
+USE_APACHE= 13+
USE_PERL5= yes
.include <bsd.port.pre.mk>
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile
index 4d6e68c4deb6..0718c963502c 100644
--- a/devel/p5-Log-Dispatch/Makefile
+++ b/devel/p5-Log-Dispatch/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Log-Dispatch
PORTVERSION= 2.29
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -54,7 +54,7 @@ post-install:
.include <bsd.port.options.mk>
.if defined(WITH_APACHELOG)
-USE_APACHE= 1.3+
+USE_APACHE= 13+
.endif
.include <bsd.port.pre.mk>
diff --git a/devel/subversion-freebsd/Makefile b/devel/subversion-freebsd/Makefile
index dccffaff1eab..61da61165453 100644
--- a/devel/subversion-freebsd/Makefile
+++ b/devel/subversion-freebsd/Makefile
@@ -4,7 +4,7 @@
#
# $FreeBSD$
-PORTREVISION?= 2
+PORTREVISION?= 3
PKGNAMESUFFIX= -freebsd
COMMENT= Version control system with FreeBSD Project repo customizations
diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common
index 550b32c2ba2d..e9b11bf4299c 100644
--- a/devel/subversion/Makefile.common
+++ b/devel/subversion/Makefile.common
@@ -6,7 +6,7 @@
PORTNAME= subversion
PORTVERSION= 1.6.17
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES+= devel
MASTER_SITES= http://subversion.tigris.org/downloads/:main \
http://svnbook.red-bean.com/en/1.5/:book
@@ -91,7 +91,7 @@ SVNUSER?= svn
.endif
.if defined(WITH_APACHE)
-USE_APACHE= 2.0+
+USE_APACHE= 20+
.include "${PORTSDIR}/Mk/bsd.apache.mk"
.if ${APACHE_VERSION} > 20
LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr1
diff --git a/devel/subversion16/Makefile.common b/devel/subversion16/Makefile.common
index 550b32c2ba2d..e9b11bf4299c 100644
--- a/devel/subversion16/Makefile.common
+++ b/devel/subversion16/Makefile.common
@@ -6,7 +6,7 @@
PORTNAME= subversion
PORTVERSION= 1.6.17
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES+= devel
MASTER_SITES= http://subversion.tigris.org/downloads/:main \
http://svnbook.red-bean.com/en/1.5/:book
@@ -91,7 +91,7 @@ SVNUSER?= svn
.endif
.if defined(WITH_APACHE)
-USE_APACHE= 2.0+
+USE_APACHE= 20+
.include "${PORTSDIR}/Mk/bsd.apache.mk"
.if ${APACHE_VERSION} > 20
LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr1
diff --git a/devel/viewvc/Makefile b/devel/viewvc/Makefile
index a5deab7e81df..2cbfacfd5d21 100644
--- a/devel/viewvc/Makefile
+++ b/devel/viewvc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= viewvc
PORTVERSION= 1.1.11
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://www.viewvc.org/ \
LOCAL/ohauer
@@ -49,7 +50,7 @@ RUN_DEPENDS+= ${PYTHON_LIBDIR}/site-packages/svn/__init__.py:${PORTSDIR}/devel/p
.endif
.if defined (WITH_APACHE)
-USE_APACHE_RUN= 2.0+
+USE_APACHE_RUN= 20+
.endif
.if defined(WITH_LIGHTTPD)