Stuart Henderson wrote:
> On 2016/01/06 08:23, Joerg Jung wrote:
> > 
> > > Am 06.01.2016 um 07:19 schrieb Michael McConville <mm...@mykolab.com>:
> > > 
> > > Does the new Makefile patch make sense? This commit:
> > > 
> > > https://github.com/lefcha/imapfilter/commit/d30f8b7007c21aa2c0716d9125d393fca5039a53
> > > 
> > > Was giving me "bogus element outside of every prefix" errors during make
> > > make-plist.
> 
> just add PREFIX="${TRUEPREFIX}" to MAKE_FLAGS
> 
> > Also, I think you can drop the REVISION on version bump.
> 
> +1

Thanks for the input.

ok?


Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/imapfilter/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile    7 Nov 2015 01:18:17 -0000       1.19
+++ Makefile    7 Jan 2016 05:01:17 -0000
@@ -2,9 +2,8 @@
 
 COMMENT=               remote IMAP filtering utility
 
-V=                     2.6.3
+V=                     2.6.4
 DISTNAME=              imapfilter-${V}
-REVISION=              0
 
 GH_TAGNAME=            v${V}
 GH_ACCOUNT=            lefcha
@@ -26,6 +25,7 @@ LIB_DEPENDS=          devel/pcre \
                        ${MODLUA_LIB_DEPENDS}
 
 MAKE_FLAGS=            CC="${CC}" \
+                       PREFIX="${TRUEPREFIX}" \
                        LIBLUA="${MODLUA_LIB}" \
                        MYCFLAGS="${CFLAGS} -I${LOCALBASE}/include 
-I${MODLUA_INCL_DIR}" \
                        MYLDFLAGS="-L${LOCALBASE}/lib"
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/imapfilter/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo    4 Nov 2015 17:51:18 -0000       1.10
+++ distinfo    7 Jan 2016 05:01:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (imapfilter-2.6.3.tar.gz) = EXSGLW1cpJiyWnixJ8Jba/vUwM7DD439S2sQ+GlM0kQ=
-SIZE (imapfilter-2.6.3.tar.gz) = 55757
+SHA256 (imapfilter-2.6.4.tar.gz) = qyn6qxWluaxha/ymURTFBno6JrezLipwwy6xKsHxbB4=
+SIZE (imapfilter-2.6.4.tar.gz) = 56920

Reply via email to