diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-15 00:47:57 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-15 00:47:57 +0800 |
commit | d19a9c06ea86a5a7a55cc777eab235026262abaa (patch) | |
tree | a3c5738181f25fcc534444bcceb65d6c5f925141 /www/seamonkey2/Makefile | |
parent | 88fadc2bc3ac128280a7641c8be0772201ea0bfd (diff) | |
download | freebsd-ports-gnome-d19a9c06ea86a5a7a55cc777eab235026262abaa.tar.gz freebsd-ports-gnome-d19a9c06ea86a5a7a55cc777eab235026262abaa.tar.zst freebsd-ports-gnome-d19a9c06ea86a5a7a55cc777eab235026262abaa.zip |
Update to 1.6b, and add Peter's amd64 patches from Firebird. For a list
of what is changed in 1.6b, checkout the release notes at:
http://www.mozilla.org/releases/mozilla1.6b/
Diffstat (limited to 'www/seamonkey2/Makefile')
-rw-r--r-- | www/seamonkey2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index c3e3b2c79bb3..4d681e055a49 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -6,15 +6,15 @@ # PORTNAME?= mozilla -PORTVERSION= 1.6.a +PORTVERSION= 1.6.b PORTREVISION?= 0 PORTEPOCH?= 1 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ ${MASTER_SITE_LOCAL:S/$/:local/} -MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/.a/a/}/src \ +MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/.b/b/}/src \ marcus/:local -DISTFILES= ${PORTNAME}-source-${PORTVERSION:S/.a/a/}${EXTRACT_SUFX} \ +DISTFILES= ${PORTNAME}-source-${PORTVERSION:S/.b/b/}${EXTRACT_SUFX} \ libart_lgpl${EXTRACT_SUFX}:local MAINTAINER= gnome@FreeBSD.org |