diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk/Makefile | 4 | ||||
-rw-r--r-- | comms/asterisk16/Makefile | 3 | ||||
-rw-r--r-- | comms/asterisk18/Makefile | 4 | ||||
-rw-r--r-- | comms/efax-gtk/Makefile | 4 | ||||
-rw-r--r-- | comms/gammu/Makefile | 4 | ||||
-rw-r--r-- | comms/gnome-pilot/Makefile | 4 | ||||
-rw-r--r-- | comms/gnome-pilot/buildlink3.mk | 4 | ||||
-rw-r--r-- | comms/gsmlib/Makefile | 4 | ||||
-rw-r--r-- | comms/jpilot-syncmal/Makefile | 4 | ||||
-rw-r--r-- | comms/jpilot/Makefile | 4 | ||||
-rw-r--r-- | comms/jpilot/buildlink3.mk | 4 | ||||
-rw-r--r-- | comms/libopensync-plugin-evolution2/Makefile | 4 | ||||
-rw-r--r-- | comms/libopensync-plugin-file/Makefile | 3 | ||||
-rw-r--r-- | comms/libopensync-plugin-kdepim/Makefile | 4 | ||||
-rw-r--r-- | comms/libopensync-plugin-syncml/Makefile | 3 | ||||
-rw-r--r-- | comms/libopensync/Makefile | 3 | ||||
-rw-r--r-- | comms/libopensync/buildlink3.mk | 3 | ||||
-rw-r--r-- | comms/libsyncml/Makefile | 3 | ||||
-rw-r--r-- | comms/lrzsz/Makefile | 3 | ||||
-rw-r--r-- | comms/minicom/Makefile | 4 | ||||
-rw-r--r-- | comms/msynctool/Makefile | 3 | ||||
-rw-r--r-- | comms/multisync-gui/Makefile | 4 | ||||
-rw-r--r-- | comms/pilot-link/Makefile | 4 | ||||
-rw-r--r-- | comms/scmxx/Makefile | 3 |
24 files changed, 48 insertions, 39 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index 3eb7f99ad50..57694c90357 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.70 2010/01/17 12:02:08 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2011/04/22 13:43:09 obache Exp $ DISTNAME= asterisk-1.2.37 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/releases/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/comms/asterisk16/Makefile b/comms/asterisk16/Makefile index 36c70054446..caedf0ae833 100644 --- a/comms/asterisk16/Makefile +++ b/comms/asterisk16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2011/01/21 05:13:12 jnemeth Exp $ +# $NetBSD: Makefile,v 1.30 2011/04/22 13:43:09 obache Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked @@ -7,6 +7,7 @@ DISTNAME= asterisk-1.6.2.16.1 DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz +PKGREVISION= 1 CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ \ diff --git a/comms/asterisk18/Makefile b/comms/asterisk18/Makefile index e5cb95b1537..120b47bc590 100644 --- a/comms/asterisk18/Makefile +++ b/comms/asterisk18/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/01/28 01:50:38 jnemeth Exp $ +# $NetBSD: Makefile,v 1.7 2011/04/22 13:43:09 obache Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked @@ -7,7 +7,7 @@ DISTNAME= asterisk-1.8.2.3 #XXX change back with next revision #DIST_SUBDIR= ${PKGNAME_NOREV} DIST_SUBDIR= ${PKGNAME} -PKGREVISION= 1 +PKGREVISION= 2 DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz CATEGORIES= comms net audio diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index 1e991ec1cbb..eab0bafd4d8 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.50 2011/01/13 13:37:16 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2011/04/22 13:43:09 obache Exp $ DISTNAME= efax-gtk-3.2.3.src PKGNAME= efax-gtk-3.2.3 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=efax-gtk/} EXTRACT_SUFX= .tgz diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index e056a6fae43..49a1a8cbc85 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2010/01/17 12:02:08 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2011/04/22 13:43:09 obache Exp $ # .include "Makefile.common" -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Command line utility and library to work with mobile phones diff --git a/comms/gnome-pilot/Makefile b/comms/gnome-pilot/Makefile index a5e8bbe5f8a..99a1a427661 100644 --- a/comms/gnome-pilot/Makefile +++ b/comms/gnome-pilot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.55 2011/01/13 13:36:47 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2011/04/22 13:41:56 obache Exp $ # DISTNAME= gnome-pilot-2.0.17 -PKGREVISION= 7 +PKGREVISION= 8 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 abba44f2d81..e836620574f 100644 --- a/comms/gnome-pilot/buildlink3.mk +++ b/comms/gnome-pilot/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.28 2011/01/13 13:36:47 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.29 2011/04/22 13:41:56 obache 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.17nb7 +BUILDLINK_ABI_DEPENDS.gnome-pilot?= gnome-pilot>=2.0.17nb8 BUILDLINK_PKGSRCDIR.gnome-pilot?= ../../comms/gnome-pilot .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index c90d9f7eacf..a2ab20cccb7 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2010/01/29 16:27:13 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2011/04/22 13:43:09 obache Exp $ # DISTNAME= gsmlib-1.10 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= comms devel MASTER_SITES= http://www.pxh.de/fs/gsmlib/download/ diff --git a/comms/jpilot-syncmal/Makefile b/comms/jpilot-syncmal/Makefile index dac438c23e8..e116eff832b 100644 --- a/comms/jpilot-syncmal/Makefile +++ b/comms/jpilot-syncmal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2011/01/13 13:37:16 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2011/04/22 13:43:09 obache Exp $ DISTNAME= jpilot-syncmal-0.80 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= comms MASTER_SITES= http://www.jlogday.com/code/syncmal/archive/ diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index 26273c74f23..7bb7d8fc2fe 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.74 2011/01/13 13:36:40 wiz Exp $ +# $NetBSD: Makefile,v 1.75 2011/04/22 13:42:00 obache Exp $ # DISTNAME= jpilot-1.6.0 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= comms MASTER_SITES= http://www.jpilot.org/older/ diff --git a/comms/jpilot/buildlink3.mk b/comms/jpilot/buildlink3.mk index dddd38f08d5..e7d7dfdf2c2 100644 --- a/comms/jpilot/buildlink3.mk +++ b/comms/jpilot/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.19 2011/01/13 13:36:40 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.20 2011/04/22 13:42:00 obache Exp $ BUILDLINK_TREE+= jpilot @@ -6,7 +6,7 @@ BUILDLINK_TREE+= jpilot JPILOT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.jpilot+= jpilot>=1.6.0 -BUILDLINK_ABI_DEPENDS.jpilot+= jpilot>=1.6.0nb8 +BUILDLINK_ABI_DEPENDS.jpilot+= jpilot>=1.6.0nb9 BUILDLINK_PKGSRCDIR.jpilot?= ../../comms/jpilot .include "../../comms/pilot-link-libs/buildlink3.mk" diff --git a/comms/libopensync-plugin-evolution2/Makefile b/comms/libopensync-plugin-evolution2/Makefile index 7668e15b731..51556c2f193 100644 --- a/comms/libopensync-plugin-evolution2/Makefile +++ b/comms/libopensync-plugin-evolution2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2010/06/13 22:43:59 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2011/04/22 13:43:10 obache Exp $ # DISTNAME= libopensync-plugin-evolution2-0.22 -PKGREVISION= 3 +PKGREVISION= 4 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 9e4fe920d62..b9a79009cf7 100644 --- a/comms/libopensync-plugin-file/Makefile +++ b/comms/libopensync-plugin-file/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/07/14 12:56:00 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2011/04/22 13:43:10 obache Exp $ # DISTNAME= libopensync-plugin-file-0.22 +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.opensync.org/download/releases/0.22/ EXTRACT_SUFX= .tar.bz2 diff --git a/comms/libopensync-plugin-kdepim/Makefile b/comms/libopensync-plugin-kdepim/Makefile index 13064aaf5f9..87501eb325b 100644 --- a/comms/libopensync-plugin-kdepim/Makefile +++ b/comms/libopensync-plugin-kdepim/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2011/01/13 13:37:16 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2011/04/22 13:43:10 obache Exp $ # DISTNAME= libopensync-plugin-kdepim-0.22 -PKGREVISION= 8 +PKGREVISION= 9 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 58d94531656..c9483efa9ac 100644 --- a/comms/libopensync-plugin-syncml/Makefile +++ b/comms/libopensync-plugin-syncml/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/07/14 12:56:00 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2011/04/22 13:43:10 obache Exp $ # DISTNAME= libopensync-plugin-syncml-0.22 +PKGREVISION= 1 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 cefeb52baaa..ce1e6a20109 100644 --- a/comms/libopensync/Makefile +++ b/comms/libopensync/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2009/06/09 03:57:26 obache Exp $ +# $NetBSD: Makefile,v 1.6 2011/04/22 13:42:28 obache Exp $ # DISTNAME= libopensync-0.22 +PKGREVISION= 1 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 ebb72c89fb5..57cfb9ba511 100644 --- a/comms/libopensync/buildlink3.mk +++ b/comms/libopensync/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2009/03/20 19:24:02 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2011/04/22 13:42:28 obache Exp $ BUILDLINK_TREE+= libopensync @@ -6,6 +6,7 @@ BUILDLINK_TREE+= libopensync LIBOPENSYNC_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libopensync+= libopensync>=0.22 +BUILDLINK_ABI_DEPENDS.libopensync?= libopensync>=0.22nb1 BUILDLINK_PKGSRCDIR.libopensync?= ../../comms/libopensync .include "../../databases/sqlite3/buildlink3.mk" diff --git a/comms/libsyncml/Makefile b/comms/libsyncml/Makefile index a83352d06b9..8e24475617d 100644 --- a/comms/libsyncml/Makefile +++ b/comms/libsyncml/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/07/14 12:56:00 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2011/04/22 13:43:10 obache Exp $ # DISTNAME= libsyncml-0.4.5 +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= http://libsyncml.opensync.org/download/releases/0.4.5/ EXTRACT_SUFX= .tar.bz2 diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index 7701ef7a467..85dd8e1c6ab 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2009/08/29 11:33:14 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2011/04/22 13:43:10 obache Exp $ DISTNAME= lrzsz-0.12.20 +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.ohse.de/uwe/releases/ diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 500f10b74a5..81cf624b532 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2009/06/06 21:30:30 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2011/04/22 13:43:10 obache Exp $ DISTNAME= minicom-2.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= comms MASTER_SITES= http://alioth.debian.org/download.php/123/ diff --git a/comms/msynctool/Makefile b/comms/msynctool/Makefile index c152fc38710..e46be31157e 100644 --- a/comms/msynctool/Makefile +++ b/comms/msynctool/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/07/14 12:56:00 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2011/04/22 13:43:10 obache Exp $ # DISTNAME= msynctool-0.22 +PKGREVISION= 1 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 74f17114c63..2764b434960 100644 --- a/comms/multisync-gui/Makefile +++ b/comms/multisync-gui/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2011/01/13 13:37:16 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2011/04/22 13:43:10 obache Exp $ # DISTNAME= multisync-gui-0.91.0 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= comms MASTER_SITES= http://www.opensync.org/raw-attachment/wiki/releases/0.2x/download/ diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile index faeb61db60e..b3d7548eac2 100644 --- a/comms/pilot-link/Makefile +++ b/comms/pilot-link/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.52 2011/01/13 13:37:17 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2011/04/22 13:43:11 obache Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../comms/pilot-link/Makefile.common" -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= Tools to talk to the 3Com Pilot PDA BUILDLINK_API_DEPENDS.pilot-link-libs= pilot-link-libs>=${PILOT_LINK_VERS} diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index 4d82de3940e..a08dbd1de79 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.47 2009/12/17 21:58:33 abs Exp $ +# $NetBSD: Makefile,v 1.48 2011/04/22 13:43:11 obache Exp $ # DISTNAME= scmxx-0.9.0 +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scmxx/} EXTRACT_SUFX= .tar.bz2 |