diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-27 14:02:45 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-27 14:02:45 +0800 |
commit | 1688dd6becd51c608a425e8059bbd51822d7f939 (patch) | |
tree | 8cf15e366ab3f907adbb7fcd1948df00fce02766 /security/gaim-encryption | |
parent | 2c2cf3287355849b8d882b63246e871680f00d3b (diff) | |
download | freebsd-ports-gnome-1688dd6becd51c608a425e8059bbd51822d7f939.tar.gz freebsd-ports-gnome-1688dd6becd51c608a425e8059bbd51822d7f939.tar.zst freebsd-ports-gnome-1688dd6becd51c608a425e8059bbd51822d7f939.zip |
Update to 2.27.
PR: 68355
Submitted by: maintainer
Diffstat (limited to 'security/gaim-encryption')
-rw-r--r-- | security/gaim-encryption/Makefile | 7 | ||||
-rw-r--r-- | security/gaim-encryption/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/security/gaim-encryption/Makefile b/security/gaim-encryption/Makefile index 8800c4bed3d5..3a1cb18a7474 100644 --- a/security/gaim-encryption/Makefile +++ b/security/gaim-encryption/Makefile @@ -6,7 +6,7 @@ # PORTNAME= encryption -PORTVERSION= 2.26 +PORTVERSION= 2.27 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -16,7 +16,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= ports@c0decafe.net COMMENT= Provides transparent RSA encryption as a Gaim plugin -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/gaim:configure +BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim LIB_DEPENDS= nss3:${PORTSDIR}/security/nss @@ -26,8 +26,7 @@ USE_GNOME= lthack gtk20 USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LDFLAGS="${PTHREAD_LIBS}" -CONFIGURE_ARGS= --with-gaim=${WRKDIRPREFIX}${.CURDIR}/../../net/gaim/work/gaim* \ - --with-nspr-includes=${LOCALBASE}/include/nspr \ +CONFIGURE_ARGS= --with-nspr-includes=${LOCALBASE}/include/nspr \ --with-nspr-libs=${LOCALBASE}/lib \ --with-nss-includes=${LOCALBASE}/include/nss/nss \ --with-nss-libs=${LOCALBASE}/lib diff --git a/security/gaim-encryption/distinfo b/security/gaim-encryption/distinfo index 0372e49fa9b8..238a61a05398 100644 --- a/security/gaim-encryption/distinfo +++ b/security/gaim-encryption/distinfo @@ -1,2 +1,2 @@ -MD5 (gaim-encryption-2.26.tar.gz) = 950e7421b301c34bd6cf5b8fcaafccc3 -SIZE (gaim-encryption-2.26.tar.gz) = 362436 +MD5 (gaim-encryption-2.27.tar.gz) = b5d24bbada652d9673f35c5f3c6b03c7 +SIZE (gaim-encryption-2.27.tar.gz) = 363114 |