diff options
author | wiz <wiz> | 2012-02-06 12:39:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-02-06 12:39:17 +0000 |
commit | 6091efa05df3c9199aee34824ab607eb3bde15cf (patch) | |
tree | 70f84b34347b7e5bf0bb84b5daa234146e1a363b /comms | |
parent | bbbd4f88459fd086db100e2b9117c7521e2f29aa (diff) | |
download | pkgsrc-6091efa05df3c9199aee34824ab607eb3bde15cf.tar.gz |
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk10/Makefile | 3 | ||||
-rw-r--r-- | comms/asterisk18/Makefile | 3 | ||||
-rw-r--r-- | comms/efax-gtk/Makefile | 4 | ||||
-rw-r--r-- | comms/gnome-pilot/Makefile | 4 | ||||
-rw-r--r-- | comms/gnome-pilot/buildlink3.mk | 4 | ||||
-rw-r--r-- | comms/hylafax/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 |
9 files changed, 18 insertions, 16 deletions
diff --git a/comms/asterisk10/Makefile b/comms/asterisk10/Makefile index 5380afb0910..4d3435ea550 100644 --- a/comms/asterisk10/Makefile +++ b/comms/asterisk10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/01/28 20:39:10 jnemeth Exp $ +# $NetBSD: Makefile,v 1.5 2012/02/06 12:39:39 wiz Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked @@ -7,6 +7,7 @@ DISTNAME= asterisk-10.1.0 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 023e36a18da..63848fd4051 100644 --- a/comms/asterisk18/Makefile +++ b/comms/asterisk18/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/01/28 19:11:35 jnemeth Exp $ +# $NetBSD: Makefile,v 1.22 2012/02/06 12:39:39 wiz Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked @@ -7,6 +7,7 @@ DISTNAME= asterisk-1.8.9.0 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/efax-gtk/Makefile b/comms/efax-gtk/Makefile index 80ac2157619..1190adb5b3a 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.53 2012/01/24 23:55:57 marino Exp $ +# $NetBSD: Makefile,v 1.54 2012/02/06 12:39:39 wiz Exp $ DISTNAME= efax-gtk-3.2.3.src PKGNAME= efax-gtk-3.2.3 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=efax-gtk/} EXTRACT_SUFX= .tgz diff --git a/comms/gnome-pilot/Makefile b/comms/gnome-pilot/Makefile index 3386995bf45..edf47e0a14c 100644 --- a/comms/gnome-pilot/Makefile +++ b/comms/gnome-pilot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.61 2012/01/24 09:10:51 sbd Exp $ +# $NetBSD: Makefile,v 1.62 2012/02/06 12:39:41 wiz Exp $ # DISTNAME= gnome-pilot-2.0.17 -PKGREVISION= 13 +PKGREVISION= 14 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 26d37fc65b7..1c62112c07d 100644 --- a/comms/gnome-pilot/buildlink3.mk +++ b/comms/gnome-pilot/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.33 2012/01/13 10:54:53 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.34 2012/02/06 12:39:41 wiz 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.17nb12 +BUILDLINK_ABI_DEPENDS.gnome-pilot?= gnome-pilot>=2.0.17nb14 BUILDLINK_PKGSRCDIR.gnome-pilot?= ../../comms/gnome-pilot .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 66fbe21af40..7adac5c8aab 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.62 2010/12/23 11:44:25 dsainty Exp $ +# $NetBSD: Makefile,v 1.63 2012/02/06 12:39:41 wiz Exp $ VERS= 4.2.5 DISTNAME= hylafax-${VERS} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= comms MASTER_SITES_BETA= ftp://ftp.hylafax.org/source/BETA/ MASTER_SITES_RELEASE= ftp://ftp.hylafax.org/source/ diff --git a/comms/jpilot-syncmal/Makefile b/comms/jpilot-syncmal/Makefile index 9172b061af1..56e5b9612e6 100644 --- a/comms/jpilot-syncmal/Makefile +++ b/comms/jpilot-syncmal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2011/11/01 06:00:48 sbd Exp $ +# $NetBSD: Makefile,v 1.50 2012/02/06 12:39:41 wiz Exp $ DISTNAME= jpilot-syncmal-0.80 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= comms MASTER_SITES= http://www.jlogday.com/code/syncmal/archive/ diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index cd9789a1cb1..57f03dc7456 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.76 2011/11/01 06:00:48 sbd Exp $ +# $NetBSD: Makefile,v 1.77 2012/02/06 12:39:41 wiz Exp $ # DISTNAME= jpilot-1.6.0 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= comms MASTER_SITES= http://www.jpilot.org/older/ diff --git a/comms/jpilot/buildlink3.mk b/comms/jpilot/buildlink3.mk index 06e93df99ab..b9ddf35ca6b 100644 --- a/comms/jpilot/buildlink3.mk +++ b/comms/jpilot/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.21 2011/11/01 06:00:48 sbd Exp $ +# $NetBSD: buildlink3.mk,v 1.22 2012/02/06 12:39:41 wiz 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.0nb10 +BUILDLINK_ABI_DEPENDS.jpilot+= jpilot>=1.6.0nb11 BUILDLINK_PKGSRCDIR.jpilot?= ../../comms/jpilot .include "../../comms/pilot-link-libs/buildlink3.mk" |