diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-30 06:31:52 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-30 06:31:52 +0800 |
commit | 3020e5e8ec73c12cb18c1c3b952a077db0e85812 (patch) | |
tree | 124fdc19b9c9c00e17c77e039f55c28a8422dd42 | |
parent | 506c308ef6853e15d970dc0acf36afd28878d538 (diff) | |
download | freebsd-ports-gnome-3020e5e8ec73c12cb18c1c3b952a077db0e85812.tar.gz freebsd-ports-gnome-3020e5e8ec73c12cb18c1c3b952a077db0e85812.tar.zst freebsd-ports-gnome-3020e5e8ec73c12cb18c1c3b952a077db0e85812.zip |
Update to 2.32.
PR: 75599
Submitted by: maintainer
-rw-r--r-- | security/gaim-encryption/Makefile | 7 | ||||
-rw-r--r-- | security/gaim-encryption/distinfo | 4 | ||||
-rw-r--r-- | security/gaim-encryption/pkg-plist | 2 | ||||
-rw-r--r-- | security/pidgin-encryption/Makefile | 7 | ||||
-rw-r--r-- | security/pidgin-encryption/distinfo | 4 | ||||
-rw-r--r-- | security/pidgin-encryption/pkg-plist | 2 |
6 files changed, 14 insertions, 12 deletions
diff --git a/security/gaim-encryption/Makefile b/security/gaim-encryption/Makefile index e160c9714552..dd216e5d723d 100644 --- a/security/gaim-encryption/Makefile +++ b/security/gaim-encryption/Makefile @@ -6,8 +6,7 @@ # PORTNAME= encryption -PORTVERSION= 2.31 -PORTREVISION= 5 +PORTVERSION= 2.32 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -25,8 +24,8 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk20 USE_LIBTOOL_VER=15 -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ - LDFLAGS="${PTHREAD_LIBS}" +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-nspr-includes=${LOCALBASE}/include/nspr \ --with-nspr-libs=${LOCALBASE}/lib \ --with-nss-includes=${LOCALBASE}/include/nss/nss \ diff --git a/security/gaim-encryption/distinfo b/security/gaim-encryption/distinfo index 002815fcecf9..cc314cfc9083 100644 --- a/security/gaim-encryption/distinfo +++ b/security/gaim-encryption/distinfo @@ -1,2 +1,2 @@ -MD5 (gaim-encryption-2.31.tar.gz) = 850c1026b3d69f022c60c561ea850003 -SIZE (gaim-encryption-2.31.tar.gz) = 510406 +MD5 (gaim-encryption-2.32.tar.gz) = 708563eab2af9ed9fa71f556a140d67b +SIZE (gaim-encryption-2.32.tar.gz) = 521370 diff --git a/security/gaim-encryption/pkg-plist b/security/gaim-encryption/pkg-plist index 06423fd955d1..99d0974cd435 100644 --- a/security/gaim-encryption/pkg-plist +++ b/security/gaim-encryption/pkg-plist @@ -7,3 +7,5 @@ lib/gaim/encrypt.so %%NLS%%share/locale/ja/LC_MESSAGES/gaim-encryption.mo %%NLS%%share/locale/nl/LC_MESSAGES/gaim-encryption.mo %%NLS%%share/locale/pl/LC_MESSAGES/gaim-encryption.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/gaim-encryption.mo +%%NLS%%share/locale/sl/LC_MESSAGES/gaim-encryption.mo diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile index e160c9714552..dd216e5d723d 100644 --- a/security/pidgin-encryption/Makefile +++ b/security/pidgin-encryption/Makefile @@ -6,8 +6,7 @@ # PORTNAME= encryption -PORTVERSION= 2.31 -PORTREVISION= 5 +PORTVERSION= 2.32 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -25,8 +24,8 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk20 USE_LIBTOOL_VER=15 -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ - LDFLAGS="${PTHREAD_LIBS}" +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-nspr-includes=${LOCALBASE}/include/nspr \ --with-nspr-libs=${LOCALBASE}/lib \ --with-nss-includes=${LOCALBASE}/include/nss/nss \ diff --git a/security/pidgin-encryption/distinfo b/security/pidgin-encryption/distinfo index 002815fcecf9..cc314cfc9083 100644 --- a/security/pidgin-encryption/distinfo +++ b/security/pidgin-encryption/distinfo @@ -1,2 +1,2 @@ -MD5 (gaim-encryption-2.31.tar.gz) = 850c1026b3d69f022c60c561ea850003 -SIZE (gaim-encryption-2.31.tar.gz) = 510406 +MD5 (gaim-encryption-2.32.tar.gz) = 708563eab2af9ed9fa71f556a140d67b +SIZE (gaim-encryption-2.32.tar.gz) = 521370 diff --git a/security/pidgin-encryption/pkg-plist b/security/pidgin-encryption/pkg-plist index 06423fd955d1..99d0974cd435 100644 --- a/security/pidgin-encryption/pkg-plist +++ b/security/pidgin-encryption/pkg-plist @@ -7,3 +7,5 @@ lib/gaim/encrypt.so %%NLS%%share/locale/ja/LC_MESSAGES/gaim-encryption.mo %%NLS%%share/locale/nl/LC_MESSAGES/gaim-encryption.mo %%NLS%%share/locale/pl/LC_MESSAGES/gaim-encryption.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/gaim-encryption.mo +%%NLS%%share/locale/sl/LC_MESSAGES/gaim-encryption.mo |