FreeBSD Bugzilla – Attachment 113109 Details for
Bug 154642
[PATCH] mail/elmo: 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.diff
2011-02-10-elmo.diff (text/plain), 1.89 KB, created by
Jason E. Hale
on 2011-02-10 07:50:09 UTC
(
hide
)
Description:
2011-02-10-elmo.diff
Filename:
MIME Type:
Creator:
Jason E. Hale
Created:
2011-02-10 07:50:09 UTC
Size:
1.89 KB
patch
obsolete
>diff -ruN elmo.orig/Makefile elmo/Makefile >--- elmo.orig/Makefile 2010-06-07 03:44:21.000000000 -0400 >+++ elmo/Makefile 2011-02-10 02:01:57.000000000 -0500 >@@ -7,21 +7,28 @@ > > PORTNAME= elmo > PORTVERSION= 1.3.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= mail >-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20devel/${PORTVERSION} >+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} > > MAINTAINER= dhn@FreeBSD.org > COMMENT= Receive, filter, read, compose and send mail at the text console > >-CONFLICTS= elmo-devel-* >+CONFLICTS= elmo-devel-[0-9]* > > GNU_CONFIGURE= yes > USE_ICONV= yes > USE_OPENSSL= yes > USE_PERL5_RUN= yes >-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ >- LDFLAGS="-L${LOCALBASE}/lib" >+ >+LICENSE= GPLv2 >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+CPPFLAGS= -I${LOCALBASE}/include >+LDFLAGS= -L${LOCALBASE}/lib >+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ >+ LDFLAGS="${LDFLAGS}" >+MAKE_JOBS_SAFE= yes > > MAN1= elmo.1 elmoconf.pl.1 > >@@ -36,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} >@@ -48,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.orig/distinfo elmo/distinfo >--- elmo.orig/distinfo 2009-01-01 00:30:50.000000000 -0500 >+++ elmo/distinfo 2011-02-10 01:50:50.000000000 -0500 >@@ -1,3 +1,2 @@ >-MD5 (elmo-1.3.0.tar.gz) = 432d502e188f35e061a5fcc73427650f > SHA256 (elmo-1.3.0.tar.gz) = 6a4033ac4db0316fc3cbb5b36a1422ecaaae844cd0c668240037f3a6cf68d36b > SIZE (elmo-1.3.0.tar.gz) = 513705
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 154642
: 113109