Re: [update] sysutils/entr 4.3 -> 4.4

2020-02-03 Thread Charlene Wendling
Hi Eric,

On Mon, 3 Feb 2020 09:40:20 -0500
Eric Radman wrote:

> On Sun, Feb 02, 2020 at 10:04:00PM +0100, Charlene Wendling wrote:
> > Hi,
> > 
> > Here is a quick update for sysutils/entr.
> > 
> > According to $WRKSRC/NEWS, the only change impacting us is the
> > introduction of the "ENTR_INOTIFY_WORKAROUND" environment variable
> > to enable a compatibility mode for platforms with "deformed" inotify
> > support.
> 
> All of the significant changes in entr-4.4 are changes to INOTIFY
> support, there are no changes to functionality on BSD.

Thanks for correcting that, i forgot that we have devel/inotify for a
reason.

> > Port-wise, i've moved HOMEPAGE and MASTER_SITES to the new https
> > URL, the previous one contains only a link to the new one.
> 
> I added https to the project web site because people kept asking me
> for it.  As far as ports go, do we consider https:// to be better?

Yes, if it's available and valid, see for example the default
MASTER_SITES list at ${PORTSDIR_PATH}/infrastructure/db/network.conf

> But please do update the HOMEPAGE location.
> 



Re: [update] sysutils/entr 4.3 -> 4.4

2020-02-03 Thread Eric Radman
On Sun, Feb 02, 2020 at 10:04:00PM +0100, Charlene Wendling wrote:
> Hi,
> 
> Here is a quick update for sysutils/entr.
> 
> According to $WRKSRC/NEWS, the only change impacting us is the
> introduction of the "ENTR_INOTIFY_WORKAROUND" environment variable
> to enable a compatibility mode for platforms with "deformed" inotify
> support.

All of the significant changes in entr-4.4 are changes to INOTIFY
support, there are no changes to functionality on BSD.

> Port-wise, i've moved HOMEPAGE and MASTER_SITES to the new https URL,
> the previous one contains only a link to the new one.

I added https to the project web site because people kept asking me for
it.  As far as ports go, do we consider https:// to be better?

But please do update the HOMEPAGE location.



[update] sysutils/entr 4.3 -> 4.4

2020-02-02 Thread Charlene Wendling
Hi,

Here is a quick update for sysutils/entr.

According to $WRKSRC/NEWS, the only change impacting us is the
introduction of the "ENTR_INOTIFY_WORKAROUND" environment variable
to enable a compatibility mode for platforms with "deformed" inotify
support.

Port-wise, i've moved HOMEPAGE and MASTER_SITES to the new https URL,
the previous one contains only a link to the new one.

It builds and passes tests without issues on powerpc [0] and amd64.

Comments/feedback are welcome, 

Charlène.


[0] https://bin.charlenew.xyz/entr.log


Index: Makefile
===
RCS file: /cvs/ports/sysutils/entr/Makefile,v
retrieving revision 1.18
diff -u -p -u -p -r1.18 Makefile
--- Makefile4 Oct 2019 20:50:36 -   1.18
+++ Makefile2 Feb 2020 20:27:12 -
@@ -2,18 +2,18 @@
 
 COMMENT =  run arbitrary commands when files change
 
-DISTNAME = entr-4.3
+DISTNAME = entr-4.4
 
 CATEGORIES =   sysutils
 
-HOMEPAGE = http://entrproject.org/
+HOMEPAGE = https://eradman.com/entrproject/
 
 # ISC
 PERMIT_PACKAGE = Yes
 
 WANTLIB += c
 
-MASTER_SITES = http://entrproject.org/code/
+MASTER_SITES = ${HOMEPAGE}/code/
 
 MAKE_FILE =Makefile.bsd
 MAKE_FLAGS =   CC="${CC}" \
Index: distinfo
===
RCS file: /cvs/ports/sysutils/entr/distinfo,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 distinfo
--- distinfo3 Oct 2019 17:09:08 -   1.12
+++ distinfo2 Feb 2020 20:27:12 -
@@ -1,2 +1,2 @@
-SHA256 (entr-4.3.tar.gz) = sIHB29rHcj6R9tUooNc2+Qyy+xRYiIqjtEZpnZ0mI1o=
-SIZE (entr-4.3.tar.gz) = 23756
+SHA256 (entr-4.4.tar.gz) = VFZsZPNgr9Q/amBlvG2ElHIzft8hibHONL8VthHzUPQ=
+SIZE (entr-4.4.tar.gz) = 24125