diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-04 00:36:39 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-04 00:36:39 +0800 |
commit | e2ed082147d0baef1df737d3b0dc076b17baeeaf (patch) | |
tree | 0c98bf4df764b75bc08fe49f8d5555bf3212ef21 /comms | |
parent | 10f2a435dce3442017cb96d33dd3217c90edfb6f (diff) | |
download | freebsd-ports-gnome-e2ed082147d0baef1df737d3b0dc076b17baeeaf.tar.gz freebsd-ports-gnome-e2ed082147d0baef1df737d3b0dc076b17baeeaf.tar.zst freebsd-ports-gnome-e2ed082147d0baef1df737d3b0dc076b17baeeaf.zip |
Chase security/libgcrypt update
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libimobiledevice/Makefile | 8 | ||||
-rw-r--r-- | comms/qtel/Makefile | 6 |
2 files changed, 3 insertions, 11 deletions
diff --git a/comms/libimobiledevice/Makefile b/comms/libimobiledevice/Makefile index 7f029ccb0a90..ced2dc073d76 100644 --- a/comms/libimobiledevice/Makefile +++ b/comms/libimobiledevice/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: libimobiledevice -# Date created: 10 June 2010 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ PORTNAME= libimobiledevice PORTVERSION= 1.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms MASTER_SITES= http://www.${PORTNAME}.org/downloads/ @@ -18,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls \ tasn1.5:${PORTSDIR}/security/libtasn1 \ - gcrypt.18:${PORTSDIR}/security/libgcrypt \ + gcrypt:${PORTSDIR}/security/libgcrypt \ plist.1:${PORTSDIR}/devel/libplist \ usbmuxd.1:${PORTSDIR}/comms/usbmuxd diff --git a/comms/qtel/Makefile b/comms/qtel/Makefile index bb757cc38bf4..f1ff614a58e6 100644 --- a/comms/qtel/Makefile +++ b/comms/qtel/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: qtel -# Date Created: 2012-05-22 -# Whome: Stephen Hurd <shurd@sasktel.net> -# # $FreeBSD$ -# PORTNAME= qtel PORTVERSION= 11.05 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= svxlink/svxlink/${PORTVERSION} |