summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2019-04-03 00:32:25 +0000
committerryoon <ryoon@pkgsrc.org>2019-04-03 00:32:25 +0000
commit23d86e66cccf6d9cf73fe21550f9eb7cb32812ff (patch)
tree9aea9254d6b44f29a00cc08cd5f105100694ee14 /comms
parentfec2a4753ad0cb8dfccd38b7b8d14dcc8dd1c396 (diff)
downloadpkgsrc-23d86e66cccf6d9cf73fe21550f9eb7cb32812ff.tar.gz
Recursive revbump from textproc/icu
Diffstat (limited to 'comms')
-rw-r--r--comms/asterisk/Makefile4
-rw-r--r--comms/asterisk13/Makefile4
-rw-r--r--comms/asterisk14/Makefile4
-rw-r--r--comms/asterisk15/Makefile4
-rw-r--r--comms/gnome-pilot/Makefile4
-rw-r--r--comms/gnome-pilot/buildlink3.mk4
-rw-r--r--comms/libopensync-plugin-evolution2/Makefile4
-rw-r--r--comms/libopensync-plugin-file/Makefile4
-rw-r--r--comms/libopensync-plugin-syncml/Makefile4
-rw-r--r--comms/libopensync/Makefile4
-rw-r--r--comms/libopensync/buildlink3.mk4
-rw-r--r--comms/msynctool/Makefile4
-rw-r--r--comms/multisync-gui/Makefile4
13 files changed, 26 insertions, 26 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile
index 9c7d61f759e..efe4e7a430b 100644
--- a/comms/asterisk/Makefile
+++ b/comms/asterisk/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.172 2018/12/13 19:51:43 adam Exp $
+# $NetBSD: Makefile,v 1.173 2019/04/03 00:32:28 ryoon Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked; look win ${WRKSRC}/sounds/Makefile
# to find out the current sound file versions
DISTNAME= asterisk-11.25.3
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= comms net audio
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/
MASTER_SITES+= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
diff --git a/comms/asterisk13/Makefile b/comms/asterisk13/Makefile
index dc10bbd143d..07d2117b3d9 100644
--- a/comms/asterisk13/Makefile
+++ b/comms/asterisk13/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.46 2018/12/13 19:51:44 adam Exp $
+# $NetBSD: Makefile,v 1.47 2019/04/03 00:32:28 ryoon Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
# to find out the current sound file versions
DISTNAME= asterisk-13.19.0
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= comms net audio
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/
MASTER_SITES+= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
diff --git a/comms/asterisk14/Makefile b/comms/asterisk14/Makefile
index 271279a03af..eff1eca2c6f 100644
--- a/comms/asterisk14/Makefile
+++ b/comms/asterisk14/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.30 2018/12/13 19:51:44 adam Exp $
+# $NetBSD: Makefile,v 1.31 2019/04/03 00:32:28 ryoon Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
# to find out the current sound file versions
DISTNAME= asterisk-14.7.5
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= comms net audio
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/
MASTER_SITES+= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
diff --git a/comms/asterisk15/Makefile b/comms/asterisk15/Makefile
index 81685d702b0..11d3773e668 100644
--- a/comms/asterisk15/Makefile
+++ b/comms/asterisk15/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.9 2018/12/13 19:51:44 adam Exp $
+# $NetBSD: Makefile,v 1.10 2019/04/03 00:32:28 ryoon Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
# to find out the current sound file versions
DISTNAME= asterisk-15.4.1
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= comms net audio
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/
MASTER_SITES+= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
diff --git a/comms/gnome-pilot/Makefile b/comms/gnome-pilot/Makefile
index 2241054f87e..51f1f6f509b 100644
--- a/comms/gnome-pilot/Makefile
+++ b/comms/gnome-pilot/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.122 2018/12/09 18:51:58 adam Exp $
+# $NetBSD: Makefile,v 1.123 2019/04/03 00:32:28 ryoon Exp $
DISTNAME= gnome-pilot-2.0.17
-PKGREVISION= 72
+PKGREVISION= 73
CATEGORIES= comms gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-pilot/2.0/}
diff --git a/comms/gnome-pilot/buildlink3.mk b/comms/gnome-pilot/buildlink3.mk
index 2942b5595a4..a74ee6beb47 100644
--- a/comms/gnome-pilot/buildlink3.mk
+++ b/comms/gnome-pilot/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.87 2018/12/09 18:51:58 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.88 2019/04/03 00:32:28 ryoon Exp $
BUILDLINK_TREE+= gnome-pilot
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= gnome-pilot
GNOME_PILOT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gnome-pilot+= gnome-pilot>=2.0.12nb2
-BUILDLINK_ABI_DEPENDS.gnome-pilot+= gnome-pilot>=2.0.17nb72
+BUILDLINK_ABI_DEPENDS.gnome-pilot+= gnome-pilot>=2.0.17nb73
BUILDLINK_PKGSRCDIR.gnome-pilot?= ../../comms/gnome-pilot
.include "../../devel/gettext-lib/buildlink3.mk"
diff --git a/comms/libopensync-plugin-evolution2/Makefile b/comms/libopensync-plugin-evolution2/Makefile
index 91361492b4e..a9ee56f6738 100644
--- a/comms/libopensync-plugin-evolution2/Makefile
+++ b/comms/libopensync-plugin-evolution2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2018/12/09 18:52:18 adam Exp $
+# $NetBSD: Makefile,v 1.38 2019/04/03 00:32:28 ryoon Exp $
#
DISTNAME= libopensync-plugin-evolution2-0.22
-PKGREVISION= 31
+PKGREVISION= 32
CATEGORIES= comms
##MASTER_SITES= http://www.opensync.org/download/releases/0.22/
EXTRACT_SUFX= .tar.bz2
diff --git a/comms/libopensync-plugin-file/Makefile b/comms/libopensync-plugin-file/Makefile
index b89016216e8..8f35c94685b 100644
--- a/comms/libopensync-plugin-file/Makefile
+++ b/comms/libopensync-plugin-file/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2018/12/09 18:52:18 adam Exp $
+# $NetBSD: Makefile,v 1.28 2019/04/03 00:32:28 ryoon Exp $
#
DISTNAME= libopensync-plugin-file-0.22
-PKGREVISION= 22
+PKGREVISION= 23
CATEGORIES= comms
##MASTER_SITES= http://www.opensync.org/download/releases/0.22/
EXTRACT_SUFX= .tar.bz2
diff --git a/comms/libopensync-plugin-syncml/Makefile b/comms/libopensync-plugin-syncml/Makefile
index 7a618e6ceef..cfc2ac3c2e6 100644
--- a/comms/libopensync-plugin-syncml/Makefile
+++ b/comms/libopensync-plugin-syncml/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2018/12/09 18:52:18 adam Exp $
+# $NetBSD: Makefile,v 1.29 2019/04/03 00:32:28 ryoon Exp $
#
DISTNAME= libopensync-plugin-syncml-0.22
-PKGREVISION= 23
+PKGREVISION= 24
CATEGORIES= comms
##MASTER_SITES= http://www.opensync.org/download/releases/0.22/
EXTRACT_SUFX= .tar.bz2
diff --git a/comms/libopensync/Makefile b/comms/libopensync/Makefile
index a2598e09c0f..3946e29e977 100644
--- a/comms/libopensync/Makefile
+++ b/comms/libopensync/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2018/12/09 18:51:58 adam Exp $
+# $NetBSD: Makefile,v 1.34 2019/04/03 00:32:28 ryoon Exp $
#
DISTNAME= libopensync-0.22
-PKGREVISION= 23
+PKGREVISION= 24
CATEGORIES= comms
##MASTER_SITES= http://www.opensync.org/download/releases/0.22/
EXTRACT_SUFX= .tar.bz2
diff --git a/comms/libopensync/buildlink3.mk b/comms/libopensync/buildlink3.mk
index 08306506990..b88e7d88247 100644
--- a/comms/libopensync/buildlink3.mk
+++ b/comms/libopensync/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.25 2018/12/09 18:51:58 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.26 2019/04/03 00:32:28 ryoon Exp $
BUILDLINK_TREE+= libopensync
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= libopensync
LIBOPENSYNC_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libopensync+= libopensync>=0.22
-BUILDLINK_ABI_DEPENDS.libopensync+= libopensync>=0.22nb23
+BUILDLINK_ABI_DEPENDS.libopensync+= libopensync>=0.22nb24
BUILDLINK_PKGSRCDIR.libopensync?= ../../comms/libopensync
.include "../../databases/sqlite3/buildlink3.mk"
diff --git a/comms/msynctool/Makefile b/comms/msynctool/Makefile
index 7555f24260c..84ccdde3f5e 100644
--- a/comms/msynctool/Makefile
+++ b/comms/msynctool/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2018/12/09 18:52:18 adam Exp $
+# $NetBSD: Makefile,v 1.28 2019/04/03 00:32:29 ryoon Exp $
#
DISTNAME= msynctool-0.22
-PKGREVISION= 22
+PKGREVISION= 23
CATEGORIES= comms
##MASTER_SITES= http://www.opensync.org/download/releases/0.22/
EXTRACT_SUFX= .tar.bz2
diff --git a/comms/multisync-gui/Makefile b/comms/multisync-gui/Makefile
index f38b3cd28aa..3c1690d7696 100644
--- a/comms/multisync-gui/Makefile
+++ b/comms/multisync-gui/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.62 2018/12/09 18:52:18 adam Exp $
+# $NetBSD: Makefile,v 1.63 2019/04/03 00:32:29 ryoon Exp $
DISTNAME= multisync-gui-0.91.0
-PKGREVISION= 48
+PKGREVISION= 49
CATEGORIES= comms
#MASTER_SITES= http://www.opensync.org/raw-attachment/wiki/releases/0.2x/download/