Date: Fri, 25 Jun 2004 19:52:44 -0700 (PDT) From: "ports@c0decafe.net" <ports@c0decafe.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/68355: [MAINTAINER] security/gaim-encryption: update to 2.27 Message-ID: <200406260252.i5Q2qiCW059077@shell2.snagged.net> Resent-Message-ID: <200406260300.i5Q30gON062092@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 68355 >Category: ports >Synopsis: [MAINTAINER] security/gaim-encryption: update to 2.27 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jun 26 03:00:42 GMT 2004 >Closed-Date: >Last-Modified: >Originator: ports@c0decafe.net >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD atlantis.local 4.10-STABLE FreeBSD 4.10-STABLE #0: Thu Jun 17 04:56:26 EEST 2004 >Description: - Update to 2.27 - Add a GAIM_DEPENDS check Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- gaim-encryption-2.27.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/gaim-encryption.orig/Makefile /usr/ports/security/gaim-encryption/Makefile --- /usr/ports/security/gaim-encryption.orig/Makefile Tue Jun 1 10:53:33 2004 +++ /usr/ports/security/gaim-encryption/Makefile Sat Jun 26 05:18:03 2004 @@ -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,18 +16,19 @@ 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 +GAIM_DEPENDS= 0.79 + USE_X_PREFIX= yes USE_GMAKE= yes 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 @@ -38,4 +39,11 @@ @${ECHO_MSG} "" @${ECHO_MSG} "" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +GAIM_VER!=${MAKE} -C ${PORTSDIR}/net/gaim -V PORTVERSION +.if !${GAIM_DEPENDS} == ${GAIM_VER} +BROKEN=${DISTNAME} requires gaim-${GAIM_DEPENDS} +.endif + +.include <bsd.port.post.mk> diff -ruN --exclude=CVS /usr/ports/security/gaim-encryption.orig/distinfo /usr/ports/security/gaim-encryption/distinfo --- /usr/ports/security/gaim-encryption.orig/distinfo Tue Jun 1 10:53:33 2004 +++ /usr/ports/security/gaim-encryption/distinfo Sat Jun 26 04:45:48 2004 @@ -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 --- gaim-encryption-2.27.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406260252.i5Q2qiCW059077>