diff options
author | novel <novel@FreeBSD.org> | 2013-02-07 01:30:08 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2013-02-07 01:30:08 +0800 |
commit | 150d2e74ec4c971ce0fee2a771a009748d2152f9 (patch) | |
tree | 1d163dc52292d9272018c814011ae3034f8cce83 /comms/libimobiledevice | |
parent | b382b2241ec72f404273bfc045e16ae1dd3114c7 (diff) | |
download | freebsd-ports-graphics-150d2e74ec4c971ce0fee2a771a009748d2152f9.tar.gz freebsd-ports-graphics-150d2e74ec4c971ce0fee2a771a009748d2152f9.tar.zst freebsd-ports-graphics-150d2e74ec4c971ce0fee2a771a009748d2152f9.zip |
- Add UPDATING entry for libtasn1 update
- Bump PORTREVISIONs for dependant ports
Diffstat (limited to 'comms/libimobiledevice')
-rw-r--r-- | comms/libimobiledevice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/libimobiledevice/Makefile b/comms/libimobiledevice/Makefile index efa12e0d803..7f029ccb0a9 100644 --- a/comms/libimobiledevice/Makefile +++ b/comms/libimobiledevice/Makefile @@ -6,7 +6,7 @@ PORTNAME= libimobiledevice PORTVERSION= 1.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= http://www.${PORTNAME}.org/downloads/ @@ -17,7 +17,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls \ - tasn1.4:${PORTSDIR}/security/libtasn1 \ + tasn1.5:${PORTSDIR}/security/libtasn1 \ gcrypt.18:${PORTSDIR}/security/libgcrypt \ plist.1:${PORTSDIR}/devel/libplist \ usbmuxd.1:${PORTSDIR}/comms/usbmuxd |