On Tue, 19 Jan 2021 02:26:51 +0600
kl <[hidden email]>: > hi, > > darkhttpd 1.13 has been released - > https://github.com/emikulic/darkhttpd/releases/tag/v1.13 > Hello, knowing that darkhttpd has a new release is not really helpful. I suggest you to read the « Porting Guide » in the FAQ if you want to contribute to the ports tree. https://www.openbsd.org/faq/ports/guide.html If you could send us an update of the port, that would be really helpful to keep darkhttpd up to date. |
On 18/01/2021 21:40, Solene Rapenne wrote: > On Tue, 19 Jan 2021 02:26:51 +0600 > kl <[hidden email]>: > >> hi, >> >> darkhttpd 1.13 has been released - >> https://github.com/emikulic/darkhttpd/releases/tag/v1.13 >> > > Hello, > > knowing that darkhttpd has a new release is not really helpful. > I suggest you to read the « Porting Guide » in the FAQ if you > want to contribute to the ports tree. > > https://www.openbsd.org/faq/ports/guide.html > > If you could send us an update of the port, that would > be really helpful to keep darkhttpd up to date. > |
thanks, committed with a few tweaks.
On 2021/01/18 22:14, Renaud Allard wrote: > > > On 18/01/2021 21:40, Solene Rapenne wrote: > > On Tue, 19 Jan 2021 02:26:51 +0600 > > kl <[hidden email]>: > > > > > hi, > > > > > > darkhttpd 1.13 has been released - > > > https://github.com/emikulic/darkhttpd/releases/tag/v1.13 > > > > > > > Hello, > > > > knowing that darkhttpd has a new release is not really helpful. > > I suggest you to read the « Porting Guide » in the FAQ if you > > want to contribute to the ports tree. > > > > https://www.openbsd.org/faq/ports/guide.html > > > > If you could send us an update of the port, that would > > be really helpful to keep darkhttpd up to date. > > > > Like this? :) > Index: Makefile > =================================================================== > RCS file: /cvs/ports/www/darkhttpd/Makefile,v > retrieving revision 1.4 > diff -u -p -r1.4 Makefile > --- Makefile 12 Jul 2019 20:50:18 -0000 1.4 > +++ Makefile 18 Jan 2021 21:12:00 -0000 > @@ -2,17 +2,18 @@ > > COMMENT= simple and small webserver intended for ad-hoc usage > > -DISTNAME = darkhttpd-1.12 > -CATEGORIES= www > +CATEGORIES = www > +GH_ACCOUNT = emikulic > +GH_PROJECT = darkhttpd > +GH_TAGNAME = v1.13 > > -HOMEPAGE= http://unix4lyfe.org/darkhttpd/ > +DISTNAME = darkhttpd-1.13 > + > +HOMEPAGE= http://unix4lyfe.org/darkhttpd/ > > # ISC > PERMIT_PACKAGE= Yes > > -MASTER_SITES= ${HOMEPAGE} > -EXTRACT_SUFX= .tar.bz2 > - > WANTLIB= c > > NO_TEST= Yes > @@ -20,6 +21,6 @@ NO_TEST= Yes > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/darkhttpd ${PREFIX}/sbin/ > ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/darkhttpd/ > - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/darkhttpd/ > + ${INSTALL_DATA} ${WRKSRC}/README.md ${PREFIX}/share/doc/darkhttpd/README > > .include <bsd.port.mk> > Index: distinfo > =================================================================== > RCS file: /cvs/ports/www/darkhttpd/distinfo,v > retrieving revision 1.3 > diff -u -p -r1.3 distinfo > --- distinfo 31 Jan 2016 09:29:46 -0000 1.3 > +++ distinfo 18 Jan 2021 21:12:00 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (darkhttpd-1.12.tar.bz2) = pQQXtiKzK19CGzEyy5Tr7/BPAsX7h/ui4xFH0j3lBQU= > -SIZE (darkhttpd-1.12.tar.bz2) = 20184 > +SHA256 (darkhttpd-1.13.tar.gz) = HYjDlax5ypNlqlr3Gv5K0Tak7UUJnKOYFo1KIBTcD8I= > +SIZE (darkhttpd-1.13.tar.gz) = 37708 |
Free forum by Nabble | Edit this page |