Re: [UPDATE] dovecot-fts-xapian to 1.3.3

2020-10-19 Thread Stuart Henderson
On 2020/10/19 22:09, Tom Wong-Cornall wrote:
> Hello,
> 
> Post-6.8 ping :)

committed with a fix for the sqlite3 issue;

> > Note since last update portcheck now shows "the following libraries in 
> > WANTLIB look like masked by RUN_DEPENDS: sqlite3".

this already showed in the previous version; it's because the path
to sqlite3 is via mail/dovecot, which is listed as RUN_DEPENDS and
BUILD_DEPENDS not LIB_DEPENDS. WANTLIB entries are only valid if they
come via a LIB_DEPENDS path.



Re: [UPDATE] dovecot-fts-xapian to 1.3.3

2020-10-19 Thread Tom Wong-Cornall
Hello,

Post-6.8 ping :)

---

On Thu, Sep 24 '20 at 16.12 NZST, Tom Wong-Cornall  wrote:
> Hello,
> 
> Diff below updates dovecot-fts-xapian from 1.3.1 to 1.3.3. Upstream has 
> fixed a couple of bugs, and optimised expunges (have seen a good 
> performance improvement over the past month).
> 
> Note since last update portcheck now shows "the following libraries in 
> WANTLIB look like masked by RUN_DEPENDS: sqlite3". It's a nice error 
> message but I'm too thick to understand it. No combination of shuffling 
> things around between WANTLIB and BUILD_DEPENDS/RUN_DEPENDS made it go 
> away (without breaking other things). Searching the archives didn't shed 
> much light for this dim bulb either.
> 
> ---
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/mail/dovecot-fts-xapian/Makefile,v
> retrieving revision 1.4
> diff -u -p -r1.4 Makefile
> --- Makefile  27 May 2020 11:27:49 -  1.4
> +++ Makefile  24 Sep 2020 04:02:42 -
> @@ -4,7 +4,7 @@ COMMENT=  full text search plugin for Do
>  
>  GH_ACCOUNT=  grosjo
>  GH_PROJECT=  fts-xapian
> -GH_TAGNAME=  1.3.1
> +GH_TAGNAME=  1.3.3
>  PKGNAME= dovecot-${DISTNAME}
>  
>  CATEGORIES=  mail
> Index: distinfo
> ===
> RCS file: /cvs/ports/mail/dovecot-fts-xapian/distinfo,v
> retrieving revision 1.4
> diff -u -p -r1.4 distinfo
> --- distinfo  27 May 2020 11:27:49 -  1.4
> +++ distinfo  24 Sep 2020 04:02:42 -
> @@ -1,2 +1,2 @@
> -SHA256 (fts-xapian-1.3.1.tar.gz) = 
> FiAse8KK2P8v956858Lwv4eJTyppRBkge7SxhoMUiws=
> -SIZE (fts-xapian-1.3.1.tar.gz) = 28026
> +SHA256 (fts-xapian-1.3.3.tar.gz) = 
> 3xGYEAaewOOPQDnX67kLIbJVj0Ia19tdS0wHg6kieYA=
> +SIZE (fts-xapian-1.3.3.tar.gz) = 28237
> 



[UPDATE] dovecot-fts-xapian to 1.3.3

2020-09-23 Thread Tom Wong-Cornall
Hello,

Diff below updates dovecot-fts-xapian from 1.3.1 to 1.3.3. Upstream has 
fixed a couple of bugs, and optimised expunges (have seen a good 
performance improvement over the past month).

Note since last update portcheck now shows "the following libraries in 
WANTLIB look like masked by RUN_DEPENDS: sqlite3". It's a nice error 
message but I'm too thick to understand it. No combination of shuffling 
things around between WANTLIB and BUILD_DEPENDS/RUN_DEPENDS made it go 
away (without breaking other things). Searching the archives didn't shed 
much light for this dim bulb either.

---

Index: Makefile
===
RCS file: /cvs/ports/mail/dovecot-fts-xapian/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile27 May 2020 11:27:49 -  1.4
+++ Makefile24 Sep 2020 04:02:42 -
@@ -4,7 +4,7 @@ COMMENT=full text search plugin for Do
 
 GH_ACCOUNT=grosjo
 GH_PROJECT=fts-xapian
-GH_TAGNAME=1.3.1
+GH_TAGNAME=1.3.3
 PKGNAME=   dovecot-${DISTNAME}
 
 CATEGORIES=mail
Index: distinfo
===
RCS file: /cvs/ports/mail/dovecot-fts-xapian/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo27 May 2020 11:27:49 -  1.4
+++ distinfo24 Sep 2020 04:02:42 -
@@ -1,2 +1,2 @@
-SHA256 (fts-xapian-1.3.1.tar.gz) = FiAse8KK2P8v956858Lwv4eJTyppRBkge7SxhoMUiws=
-SIZE (fts-xapian-1.3.1.tar.gz) = 28026
+SHA256 (fts-xapian-1.3.3.tar.gz) = 3xGYEAaewOOPQDnX67kLIbJVj0Ia19tdS0wHg6kieYA=
+SIZE (fts-xapian-1.3.3.tar.gz) = 28237