pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: bsiegert
Date: Wed Oct 24 15:42:47 UTC 2018
Modified Files:
pkgsrc/devel/lokalize: Makefile
pkgsrc/editors/Sigil: Makefile
pkgsrc/editors/codelite: Makefile
pkgsrc/editors/texworks: Makefile
pkgsrc/misc/gwaei: Makefile
pkgsrc/misc/libreoffice: Makefile
pkgsrc/security/tor-browser: Makefile
pkgsrc/textproc/enchant: Makefile
pkgsrc/textproc/mythes: Makefile
pkgsrc/textproc/p5-Alien-Hunspell: Makefile
pkgsrc/textproc/p5-Text-Hunspell: Makefile
pkgsrc/textproc/sonnet: Makefile
pkgsrc/www/firefox45: Makefile
pkgsrc/www/firefox52: Makefile
pkgsrc/www/otter-browser: Makefile
pkgsrc/www/seamonkey: Makefile
Log Message:
Revbump packages that depend on hunspell.
The recent hunspell update has changed the name of the library, so these
need to be rebuilt.
prodded by wiz@ and leot@.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/lokalize/Makefile
cvs rdiff -u -r1.112 -r1.113 pkgsrc/editors/Sigil/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/codelite/Makefile
cvs rdiff -u -r1.59 -r1.60 pkgsrc/editors/texworks/Makefile
cvs rdiff -u -r1.62 -r1.63 pkgsrc/misc/gwaei/Makefile
cvs rdiff -u -r1.169 -r1.170 pkgsrc/misc/libreoffice/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/security/tor-browser/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/textproc/enchant/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/mythes/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/p5-Alien-Hunspell/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/p5-Text-Hunspell/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/sonnet/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/firefox45/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/firefox52/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/otter-browser/Makefile
cvs rdiff -u -r1.181 -r1.182 pkgsrc/www/seamonkey/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/lokalize/Makefile
diff -u pkgsrc/devel/lokalize/Makefile:1.25 pkgsrc/devel/lokalize/Makefile:1.26
--- pkgsrc/devel/lokalize/Makefile:1.25 Thu Aug 16 18:54:42 2018
+++ pkgsrc/devel/lokalize/Makefile Wed Oct 24 15:42:47 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2018/08/16 18:54:42 adam Exp $
+# $NetBSD: Makefile,v 1.26 2018/10/24 15:42:47 bsiegert Exp $
DISTNAME= lokalize-${_KDE_VERSION}
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= devel
COMMENT= Computer-Aided Translation System
Index: pkgsrc/editors/Sigil/Makefile
diff -u pkgsrc/editors/Sigil/Makefile:1.112 pkgsrc/editors/Sigil/Makefile:1.113
--- pkgsrc/editors/Sigil/Makefile:1.112 Fri Aug 17 10:55:42 2018
+++ pkgsrc/editors/Sigil/Makefile Wed Oct 24 15:42:46 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.112 2018/08/17 10:55:42 wiz Exp $
+# $NetBSD: Makefile,v 1.113 2018/10/24 15:42:46 bsiegert Exp $
DISTNAME= Sigil-0.9.10
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=Sigil-Ebook/}
GITHUB_PROJECT= Sigil
Index: pkgsrc/editors/codelite/Makefile
diff -u pkgsrc/editors/codelite/Makefile:1.13 pkgsrc/editors/codelite/Makefile:1.14
--- pkgsrc/editors/codelite/Makefile:1.13 Fri Jul 20 03:34:11 2018
+++ pkgsrc/editors/codelite/Makefile Wed Oct 24 15:42:46 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2018/07/20 03:34:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2018/10/24 15:42:46 bsiegert Exp $
DISTNAME= codelite-9.1
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= editors x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=eranif/}
Index: pkgsrc/editors/texworks/Makefile
diff -u pkgsrc/editors/texworks/Makefile:1.59 pkgsrc/editors/texworks/Makefile:1.60
--- pkgsrc/editors/texworks/Makefile:1.59 Sun Sep 2 21:32:42 2018
+++ pkgsrc/editors/texworks/Makefile Wed Oct 24 15:42:46 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2018/09/02 21:32:42 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2018/10/24 15:42:46 bsiegert Exp $
DISTNAME= texworks-0.6.2
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=TeXworks/}
GITHUB_PROJECT= texworks
Index: pkgsrc/misc/gwaei/Makefile
diff -u pkgsrc/misc/gwaei/Makefile:1.62 pkgsrc/misc/gwaei/Makefile:1.63
--- pkgsrc/misc/gwaei/Makefile:1.62 Wed Aug 22 09:45:43 2018
+++ pkgsrc/misc/gwaei/Makefile Wed Oct 24 15:42:46 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.62 2018/08/22 09:45:43 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2018/10/24 15:42:46 bsiegert Exp $
#
DISTNAME= gwaei-3.6.2
-PKGREVISION= 19
+PKGREVISION= 20
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwaei/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/misc/libreoffice/Makefile
diff -u pkgsrc/misc/libreoffice/Makefile:1.169 pkgsrc/misc/libreoffice/Makefile:1.170
--- pkgsrc/misc/libreoffice/Makefile:1.169 Fri Oct 5 13:37:21 2018
+++ pkgsrc/misc/libreoffice/Makefile Wed Oct 24 15:42:46 2018
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.169 2018/10/05 13:37:21 ryoon Exp $
+# $NetBSD: Makefile,v 1.170 2018/10/24 15:42:46 bsiegert Exp $
VERREL= 6.1.2
VERRC= 1
VER= ${VERREL}.${VERRC}
DISTNAME= libreoffice-${VER}
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/security/tor-browser/Makefile
diff -u pkgsrc/security/tor-browser/Makefile:1.30 pkgsrc/security/tor-browser/Makefile:1.31
--- pkgsrc/security/tor-browser/Makefile:1.30 Tue Oct 23 12:33:04 2018
+++ pkgsrc/security/tor-browser/Makefile Wed Oct 24 15:42:47 2018
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.30 2018/10/23 12:33:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.31 2018/10/24 15:42:47 bsiegert Exp $
TORBVER= 6.0.8
DISTNAME= v6.0.8-esr45.6.0
PKGNAME= tor-browser-${TORBVER}
-PKGREVISION= 14
+PKGREVISION= 15
CATEGORIES= www
# Use OpenBSD distfile
MASTER_SITES= ${MASTER_SITE_OPENBSD:=distfiles/tor-browser/}
Index: pkgsrc/textproc/enchant/Makefile
diff -u pkgsrc/textproc/enchant/Makefile:1.37 pkgsrc/textproc/enchant/Makefile:1.38
--- pkgsrc/textproc/enchant/Makefile:1.37 Thu Oct 25 06:55:49 2012
+++ pkgsrc/textproc/enchant/Makefile Wed Oct 24 15:42:47 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2012/10/25 06:55:49 asau Exp $
+# $NetBSD: Makefile,v 1.38 2018/10/24 15:42:47 bsiegert Exp $
#
DISTNAME= enchant-1.6.0
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= textproc
MASTER_SITES= http://www.abisource.com/downloads/enchant/1.6.0/
Index: pkgsrc/textproc/mythes/Makefile
diff -u pkgsrc/textproc/mythes/Makefile:1.10 pkgsrc/textproc/mythes/Makefile:1.11
--- pkgsrc/textproc/mythes/Makefile:1.10 Wed Aug 22 09:46:47 2018
+++ pkgsrc/textproc/mythes/Makefile Wed Oct 24 15:42:47 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2018/08/22 09:46:47 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/10/24 15:42:47 bsiegert Exp $
DISTNAME= mythes-1.2.3
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hunspell}/
Index: pkgsrc/textproc/p5-Alien-Hunspell/Makefile
diff -u pkgsrc/textproc/p5-Alien-Hunspell/Makefile:1.2 pkgsrc/textproc/p5-Alien-Hunspell/Makefile:1.3
--- pkgsrc/textproc/p5-Alien-Hunspell/Makefile:1.2 Wed Aug 22 09:46:47 2018
+++ pkgsrc/textproc/p5-Alien-Hunspell/Makefile Wed Oct 24 15:42:47 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2018/08/22 09:46:47 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/10/24 15:42:47 bsiegert Exp $
DISTNAME= Alien-Hunspell-0.11
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/
Index: pkgsrc/textproc/p5-Text-Hunspell/Makefile
diff -u pkgsrc/textproc/p5-Text-Hunspell/Makefile:1.8 pkgsrc/textproc/p5-Text-Hunspell/Makefile:1.9
--- pkgsrc/textproc/p5-Text-Hunspell/Makefile:1.8 Wed Aug 22 09:47:00 2018
+++ pkgsrc/textproc/p5-Text-Hunspell/Makefile Wed Oct 24 15:42:47 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2018/08/22 09:47:00 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/10/24 15:42:47 bsiegert Exp $
DISTNAME= Text-Hunspell-2.14
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
Index: pkgsrc/textproc/sonnet/Makefile
diff -u pkgsrc/textproc/sonnet/Makefile:1.25 pkgsrc/textproc/sonnet/Makefile:1.26
--- pkgsrc/textproc/sonnet/Makefile:1.25 Fri Jul 20 03:33:56 2018
+++ pkgsrc/textproc/sonnet/Makefile Wed Oct 24 15:42:47 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2018/07/20 03:33:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2018/10/24 15:42:47 bsiegert Exp $
DISTNAME= sonnet-${KF5VER}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= textproc
HOMEPAGE= https://community.kde.org/Frameworks
Index: pkgsrc/www/firefox45/Makefile
diff -u pkgsrc/www/firefox45/Makefile:1.37 pkgsrc/www/firefox45/Makefile:1.38
--- pkgsrc/www/firefox45/Makefile:1.37 Wed Aug 22 09:47:24 2018
+++ pkgsrc/www/firefox45/Makefile Wed Oct 24 15:42:47 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2018/08/22 09:47:24 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2018/10/24 15:42:47 bsiegert Exp $
MOZILLA_PKG_NAME= firefox45
-PKGREVISION= 11
+PKGREVISION= 12
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 45.9
MOZ_BRANCH_MINOR= .0esr
Index: pkgsrc/www/firefox52/Makefile
diff -u pkgsrc/www/firefox52/Makefile:1.31 pkgsrc/www/firefox52/Makefile:1.32
--- pkgsrc/www/firefox52/Makefile:1.31 Wed Aug 22 09:47:24 2018
+++ pkgsrc/www/firefox52/Makefile Wed Oct 24 15:42:47 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2018/08/22 09:47:24 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2018/10/24 15:42:47 bsiegert Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 52.9
@@ -6,7 +6,7 @@ MOZ_BRANCH_MINOR= .0esr
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= firefox52-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= www
MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}
Index: pkgsrc/www/otter-browser/Makefile
diff -u pkgsrc/www/otter-browser/Makefile:1.23 pkgsrc/www/otter-browser/Makefile:1.24
--- pkgsrc/www/otter-browser/Makefile:1.23 Wed Aug 1 14:30:29 2018
+++ pkgsrc/www/otter-browser/Makefile Wed Oct 24 15:42:47 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2018/08/01 14:30:29 maya Exp $
+# $NetBSD: Makefile,v 1.24 2018/10/24 15:42:47 bsiegert Exp $
DISTNAME= otter-browser-0.9.99.1
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=OtterBrowser/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/www/seamonkey/Makefile
diff -u pkgsrc/www/seamonkey/Makefile:1.181 pkgsrc/www/seamonkey/Makefile:1.182
--- pkgsrc/www/seamonkey/Makefile:1.181 Tue Oct 23 22:55:13 2018
+++ pkgsrc/www/seamonkey/Makefile Wed Oct 24 15:42:47 2018
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.181 2018/10/23 22:55:13 maya Exp $
+# $NetBSD: Makefile,v 1.182 2018/10/24 15:42:47 bsiegert Exp $
DISTNAME= seamonkey-${SM_VER}.source
PKGNAME= seamonkey-${SM_VER:S/b/beta/}
+PKGREVISION= 1
SM_VER= 2.49.4
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA:=seamonkey/releases/${SM_VER}/source/}
Home |
Main Index |
Thread Index |
Old Index