FreeBSD Bugzilla – Attachment 113110 Details for
Bug 154643
[PATCH] mail/elmo-devel: Fix gpgme support, update MASTER_SITES
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
2011-02-10-elmo-devel.diff
2011-02-10-elmo-devel.diff (text/plain), 1.77 KB, created by
Jason E. Hale
on 2011-02-10 07:50:09 UTC
(
hide
)
Description:
2011-02-10-elmo-devel.diff
Filename:
MIME Type:
Creator:
Jason E. Hale
Created:
2011-02-10 07:50:09 UTC
Size:
1.77 KB
patch
obsolete
>diff -ruN elmo-devel.orig/Makefile elmo-devel/Makefile >--- elmo-devel.orig/Makefile 2010-05-30 21:59:39.000000000 -0400 >+++ elmo-devel/Makefile 2011-02-10 02:01:39.000000000 -0500 >@@ -7,9 +7,9 @@ > > PORTNAME= elmo > PORTVERSION= 1.3.2 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= mail >-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20devel/${PORTVERSION} >+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} > PKGNAMESUFFIX= -devel > > MAINTAINER= dhn@FreeBSD.org >@@ -22,10 +22,14 @@ > USE_OPENSSL= yes > USE_PERL5_RUN= yes > >+LICENSE= GPLv2 >+LICENSE_FILE= ${WRKSRC}/COPYING >+ > CPPFLAGS= -I${LOCALBASE}/include > LDFLAGS= -L${LOCALBASE}/lib >-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \ >+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ > LDFLAGS="${LDFLAGS}" >+MAKE_JOBS_SAFE= yes > > MAN1= elmo.1 elmoconf.pl.1 > >@@ -39,8 +43,8 @@ > > .include <bsd.port.pre.mk> > >-.if exists(${LOCALBASE}/lib/libgpgme03.so) || defined(WITH_GPGME) >-LIB_DEPENDS+= gpgme03:${PORTSDIR}/security/gpgme03 >+.if exists(${LOCALBASE}/lib/libgpgme.so) || defined(WITH_GPGME) >+LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme > .else > pre-everything:: > @${ECHO_CMD} >@@ -51,6 +55,8 @@ > post-patch: > @${REINPLACE_CMD} -e "s|/usr/bin/env perl|${PERL} -w|" \ > ${WRKSRC}/src/elmoconf.pl >+ @${REINPLACE_CMD} -e 's|gpgme4|gpgme|g' -e 's|== "|= "|g' ${WRKSRC}/configure >+ @${REINPLACE_CMD} -e 's|gpgme4|gpgme|g' ${WRKSRC}/src/pgp.c > > post-install: > @${CAT} ${PKGMESSAGE} >diff -ruN elmo-devel.orig/distinfo elmo-devel/distinfo >--- elmo-devel.orig/distinfo 2005-11-25 10:30:47.000000000 -0500 >+++ elmo-devel/distinfo 2011-02-10 01:51:20.000000000 -0500 >@@ -1,3 +1,2 @@ >-MD5 (elmo-1.3.2.tar.gz) = bc3836a276b092fde8555e42532d4bc8 > SHA256 (elmo-1.3.2.tar.gz) = 96fa20b171e3c24262b3af150e89141a2a59883075b5e6a0f9a40ff60830fcbd > SIZE (elmo-1.3.2.tar.gz) = 536768
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 154643
: 113110