diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-08-18 23:55:07 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-08-18 23:55:07 +0000 |
commit | d33e4d2ec594072d47da5750adeb3e9cf6160d32 (patch) | |
tree | 73c522373654bd8ef83b8e95966ba10b7189998a /www/seamonkey/Makefile | |
parent | 4f8d5bb9819f6ba63d973f38cab27286ae53f94b (diff) | |
download | pkgsrc-d33e4d2ec594072d47da5750adeb3e9cf6160d32.tar.gz |
Update to 2.48
* Based on Gecko 51.0.2
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 1c03f4ee3d7..5608a1582d9 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.160 2017/04/22 21:04:02 adam Exp $ +# $NetBSD: Makefile,v 1.161 2017/08/18 23:55:07 ryoon Exp $ DISTNAME= seamonkey-${SM_VER}.source PKGNAME= seamonkey-${SM_VER:S/b/beta/} -PKGREVISION= 8 -SM_VER= 2.46 +SM_VER= 2.48 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA:=seamonkey/releases/${SM_VER}/source/} EXTRACT_SUFX= .tar.xz |