diff options
author | dholland <dholland@pkgsrc.org> | 2014-06-02 02:31:55 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2014-06-02 02:31:55 +0000 |
commit | a2bcef9e4b4b78579622585d4e0f91b7c21511bf (patch) | |
tree | a750ce85bb180eaa16a827d59d19f042a5b873b5 /www | |
parent | 7866b0f654a8cfe5c4bc6f6c975e5a11b6e279a7 (diff) | |
download | pkgsrc-a2bcef9e4b4b78579622585d4e0f91b7c21511bf.tar.gz |
Put the version numbers back in COMMENT as they were put in by
explicit request a while back. (But use the current version.)
PR 48845.
I don't remember the PR number for the original request but it can be
tracked down if necessary.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-l10n/Makefile | 4 | ||||
-rw-r--r-- | www/firefox/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/firefox-l10n/Makefile b/www/firefox-l10n/Makefile index b2a356c392c..170c73561df 100644 --- a/www/firefox-l10n/Makefile +++ b/www/firefox-l10n/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2014/05/29 14:03:58 ryoon Exp $ +# $NetBSD: Makefile,v 1.47 2014/06/02 02:31:55 dholland Exp $ # FIREFOX_VER= 29.0.1 @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/linux-i686/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mozilla.com/en-US/firefox/ -COMMENT= Language packs for www/firefox +COMMENT= Language packs for www/firefox (version 29.x) DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${XPI_FILES} diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 097f808994d..480de0efc73 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.167 2014/05/29 23:37:57 wiz Exp $ +# $NetBSD: Makefile,v 1.168 2014/06/02 02:31:55 dholland Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 29.0.1 @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/mozilla-release MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://www.mozilla.com/en-US/firefox/ -COMMENT= Web browser with support for extensions +COMMENT= Web browser with support for extensions (version 29.x) LICENSE= mpl-1.1 MOZILLA_DIR= # empty |