aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2013-05-04 00:36:39 +0800
committerehaupt <ehaupt@FreeBSD.org>2013-05-04 00:36:39 +0800
commite2ed082147d0baef1df737d3b0dc076b17baeeaf (patch)
tree0c98bf4df764b75bc08fe49f8d5555bf3212ef21 /devel
parent10f2a435dce3442017cb96d33dd3217c90edfb6f (diff)
downloadfreebsd-ports-gnome-e2ed082147d0baef1df737d3b0dc076b17baeeaf.tar.gz
freebsd-ports-gnome-e2ed082147d0baef1df737d3b0dc076b17baeeaf.tar.zst
freebsd-ports-gnome-e2ed082147d0baef1df737d3b0dc076b17baeeaf.zip
Chase security/libgcrypt update
Diffstat (limited to 'devel')
-rw-r--r--devel/gsoap/Makefile9
-rw-r--r--devel/gvfs/Makefile1
-rw-r--r--devel/gwenhywfar/Makefile2
-rw-r--r--devel/libsoup/Makefile2
-rw-r--r--devel/libvirt/Makefile1
-rw-r--r--devel/libzrtpcpp/Makefile10
-rw-r--r--devel/srecord/Makefile10
7 files changed, 13 insertions, 22 deletions
diff --git a/devel/gsoap/Makefile b/devel/gsoap/Makefile
index 9ab2bd24b91a..765bd55bb4a1 100644
--- a/devel/gsoap/Makefile
+++ b/devel/gsoap/Makefile
@@ -1,12 +1,9 @@
-# New ports collection makefile for: gsoap
-# Date created: 8 March 2004
-# Whom: Sergey Matveychuk <sem@ciam.ru>
-#
+# Created by: Sergey Matveychuk <sem@ciam.ru>
# $FreeBSD$
-#
PORTNAME= gsoap
PORTVERSION= 2.8.10
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}2/gSOAP
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -40,7 +37,7 @@ CONFIGURE_ARGS+=--disable-ssl
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls \
- gcrypt.18:${PORTSDIR}/security/libgcrypt \
+ gcrypt:${PORTSDIR}/security/libgcrypt \
gpg-error.0:${PORTSDIR}/security/libgpg-error
CONFIGURE_ARGS+=--enable-gnutls
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile
index ef868257944f..2fa6b4cf938a 100644
--- a/devel/gvfs/Makefile
+++ b/devel/gvfs/Makefile
@@ -4,6 +4,7 @@
PORTNAME= gvfs
PORTVERSION= 1.12.3
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/devel/gwenhywfar/Makefile b/devel/gwenhywfar/Makefile
index eaf22f7dc253..5e921bf24786 100644
--- a/devel/gwenhywfar/Makefile
+++ b/devel/gwenhywfar/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gwenhywfar
PORTVERSION= 4.3.3
-PORTREVISION?= 3
+PORTREVISION?= 4
CATEGORIES= devel net security
MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=01&release=67&file=01&dummy=/
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
index a06b091b7fa1..d78e270af1f1 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -4,7 +4,7 @@
PORTNAME= libsoup
PORTVERSION= 2.40.3
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile
index 3ac692891615..fd8dd2eb8a1a 100644
--- a/devel/libvirt/Makefile
+++ b/devel/libvirt/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libvirt
PORTVERSION= 1.0.4
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://libvirt.org/sources/ \
ftp://libvirt.org/libvirt/
diff --git a/devel/libzrtpcpp/Makefile b/devel/libzrtpcpp/Makefile
index 0b7e4a04debe..cf602da24754 100644
--- a/devel/libzrtpcpp/Makefile
+++ b/devel/libzrtpcpp/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: libzrtpcpp
-# Date created: 2006-10-04
-# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
-#
+# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= libzrtpcpp
PORTVERSION= 2.3.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=ccrtp
@@ -16,7 +12,7 @@ MAINTAINER= acm@FreeBSD.org
COMMENT= ZRTP extension for GNU ccRTP
LIB_DEPENDS= ccrtp:${PORTSDIR}/devel/ccrtp \
- gcrypt.18:${PORTSDIR}/security/libgcrypt
+ gcrypt:${PORTSDIR}/security/libgcrypt
USES= cmake
USE_OPENSSL= yes
diff --git a/devel/srecord/Makefile b/devel/srecord/Makefile
index 3d196307bb19..e3334730c32b 100644
--- a/devel/srecord/Makefile
+++ b/devel/srecord/Makefile
@@ -1,13 +1,9 @@
-# ex:ts=8
-# Ports collection makefile for: srecord
-# Date Created: Aug 13, 2007
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= srecord
PORTVERSION= 1.59
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF
@@ -15,7 +11,7 @@ MAINTAINER= abwang@gmail.com
COMMENT= A collection of powerful tools for manipulating EPROM load files
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
-LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"