Date: Wed, 19 Oct 2011 16:04:08 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r657 - branches/experimental/Mk branches/experimental/www/seamonkey2 branches/experimental/www/seamonkey2-i18n trunk/Mk trunk/www/seamonkey2 trunk/www/seamonkey2-i18n Message-ID: <201110191604.p9JG48e1024460@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: beat
Date: Wed Oct 19 16:04:07 2011
New Revision: 657
Log:
- Remove www/seamonkey2 and www/seamonkey2-i18n: Upstream support dropped
and multiple vulnerabilities.
Deleted:
branches/experimental/www/seamonkey2/
branches/experimental/www/seamonkey2-i18n/
trunk/www/seamonkey2/
trunk/www/seamonkey2-i18n/
Modified:
branches/experimental/Mk/bsd.gecko.mk
trunk/Mk/bsd.gecko.mk
Modified: branches/experimental/Mk/bsd.gecko.mk
==============================================================================
--- branches/experimental/Mk/bsd.gecko.mk Wed Oct 19 15:36:59 2011 (r656)
+++ branches/experimental/Mk/bsd.gecko.mk Wed Oct 19 16:04:07 2011 (r657)
@@ -4,7 +4,7 @@
# Date created: 12 Nov 2005
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
-# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.42 2011/09/28 03:14:22 beat Exp $
+# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.43 2011/10/19 16:00:43 beat Exp $
#
# 4 column tabs prevent hair loss and tooth decay!
@@ -192,7 +192,7 @@
# version is given by the maintainer via the port
# or by the user via defined variable try to find
# the highest stable installed version.
-# Available values: yes 24+ 20+ 24 20
+# Available values: yes 24+ 24
# NOTE:
# default value 24 is used in case of USE_SEAMONKEY=yes
#
@@ -296,12 +296,11 @@
.endif
_SEAMONKEY_DEFAULT_VERSION= 24
-_SEAMONKEY_VERSIONS= 24 20
-_SEAMONKEY_RANGE_VERSIONS= 24+ 20+
+_SEAMONKEY_VERSIONS= 24
+_SEAMONKEY_RANGE_VERSIONS= 24+
# For specifying [24, 20, ..]+
-_SEAMONKEY_24P= 24 ${_SEAMONKEY_20P}
-_SEAMONKEY_20P= 20
+_SEAMONKEY_24P= 24
# Set the default SeaMonkey version and check if USE_SEAMONKEY=yes was given
.if ${USE_SEAMONKEY} == "yes"
@@ -311,8 +310,6 @@
# Setting/finding SeaMonkey version we want.
.if exists(${LOCALBASE}/bin/seamonkey)
_SEAMONKEY_VER!= ${LOCALBASE}/bin/seamonkey --version 2>/dev/null | ${HEAD} -1 | ${SED} -e 's/Mozilla SeaMonkey \([0-9]\)\.\([0-9]*\).*/\1\2/'
-.elif exists(${LOCALBASE}/bin/seamonkey2)
-_SEAMONKEY_VER!= ${LOCALBASE}/bin/seamonkey2 --version 2>/dev/null | ${HEAD} -1 | ${SED} -e 's/Mozilla SeaMonkey \([0-9]\)\.\([0-9]*\).*/\1\2/'
.endif
# Check if installed SeaMonkey version matches the wanted one
@@ -346,7 +343,6 @@
# Dependence lines for different SeaMonkey versions
24_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
-20_DEPENDS= ${LOCALBASE}/lib/seamonkey2/seamonkey:${PORTSDIR}/www/seamonkey2
# Add dependencies
.if defined(USE_SEAMONKEY)
Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk Wed Oct 19 15:36:59 2011 (r656)
+++ trunk/Mk/bsd.gecko.mk Wed Oct 19 16:04:07 2011 (r657)
@@ -4,7 +4,7 @@
# Date created: 12 Nov 2005
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
-# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.42 2011/09/28 03:14:22 beat Exp $
+# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.43 2011/10/19 16:00:43 beat Exp $
#
# 4 column tabs prevent hair loss and tooth decay!
@@ -192,7 +192,7 @@
# version is given by the maintainer via the port
# or by the user via defined variable try to find
# the highest stable installed version.
-# Available values: yes 24+ 20+ 24 20
+# Available values: yes 24+ 24
# NOTE:
# default value 24 is used in case of USE_SEAMONKEY=yes
#
@@ -296,12 +296,11 @@
.endif
_SEAMONKEY_DEFAULT_VERSION= 24
-_SEAMONKEY_VERSIONS= 24 20
-_SEAMONKEY_RANGE_VERSIONS= 24+ 20+
+_SEAMONKEY_VERSIONS= 24
+_SEAMONKEY_RANGE_VERSIONS= 24+
# For specifying [24, 20, ..]+
-_SEAMONKEY_24P= 24 ${_SEAMONKEY_20P}
-_SEAMONKEY_20P= 20
+_SEAMONKEY_24P= 24
# Set the default SeaMonkey version and check if USE_SEAMONKEY=yes was given
.if ${USE_SEAMONKEY} == "yes"
@@ -311,8 +310,6 @@
# Setting/finding SeaMonkey version we want.
.if exists(${LOCALBASE}/bin/seamonkey)
_SEAMONKEY_VER!= ${LOCALBASE}/bin/seamonkey --version 2>/dev/null | ${HEAD} -1 | ${SED} -e 's/Mozilla SeaMonkey \([0-9]\)\.\([0-9]*\).*/\1\2/'
-.elif exists(${LOCALBASE}/bin/seamonkey2)
-_SEAMONKEY_VER!= ${LOCALBASE}/bin/seamonkey2 --version 2>/dev/null | ${HEAD} -1 | ${SED} -e 's/Mozilla SeaMonkey \([0-9]\)\.\([0-9]*\).*/\1\2/'
.endif
# Check if installed SeaMonkey version matches the wanted one
@@ -346,7 +343,6 @@
# Dependence lines for different SeaMonkey versions
24_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
-20_DEPENDS= ${LOCALBASE}/lib/seamonkey2/seamonkey:${PORTSDIR}/www/seamonkey2
# Add dependencies
.if defined(USE_SEAMONKEY)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110191604.p9JG48e1024460>
