pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/smtpd-starttls-proxy



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Tue May 13 03:51:40 UTC 2025

Modified Files:
        pkgsrc/mail/smtpd-starttls-proxy: Makefile distinfo

Log Message:
smtpd-starttls-proxy: update to 0.0.2.0. Changes:

- Bugfixes.
- pkg-config support.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/smtpd-starttls-proxy/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/smtpd-starttls-proxy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/smtpd-starttls-proxy/Makefile
diff -u pkgsrc/mail/smtpd-starttls-proxy/Makefile:1.7 pkgsrc/mail/smtpd-starttls-proxy/Makefile:1.8
--- pkgsrc/mail/smtpd-starttls-proxy/Makefile:1.7       Sun Dec 15 19:42:34 2024
+++ pkgsrc/mail/smtpd-starttls-proxy/Makefile   Tue May 13 03:51:40 2025
@@ -1,20 +1,20 @@
-# $NetBSD: Makefile,v 1.7 2024/12/15 19:42:34 schmonz Exp $
+# $NetBSD: Makefile,v 1.8 2025/05/13 03:51:40 schmonz Exp $
 
-DISTNAME=      smtpd-starttls-proxy-0.0.1.5
-CATEGORIES=    mail
-MASTER_SITES=  ${HOMEPAGE}
+DISTNAME=              smtpd-starttls-proxy-0.0.2.0
+CATEGORIES=            mail
+MASTER_SITES=          ${HOMEPAGE}
 
-MAINTAINER=    schmonz%NetBSD.org@localhost
-HOMEPAGE=      https://skarnet.org/software/smtpd-starttls-proxy/
-COMMENT=       STARTTLS implementation for inetd-like mail servers
-LICENSE=       isc
+MAINTAINER=            schmonz%NetBSD.org@localhost
+HOMEPAGE=              https://skarnet.org/software/smtpd-starttls-proxy/
+COMMENT=               STARTTLS implementation for inetd-like mail servers
+LICENSE=               isc
 
-DEPENDS+=      s6-networking>=2.7.0.4:../../net/s6-networking
+DEPENDS+=              s6-networking>=2.7.0.4:../../net/s6-networking
 
 USE_TOOLS+=            gmake
 HAS_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --prefix=${PREFIX}
-CONFIGURE_ARGS+=       --with-sysdeps=${PREFIX}/lib/skalibs/sysdeps
+CONFIGURE_ARGS+=       --prefix=${PREFIX:Q}
+CONFIGURE_ARGS+=       --enable-pkgconfig
 
 .include "../../devel/skalibs/buildlink3.mk"
 .include "../../sysutils/s6/buildlink3.mk"

Index: pkgsrc/mail/smtpd-starttls-proxy/distinfo
diff -u pkgsrc/mail/smtpd-starttls-proxy/distinfo:1.8 pkgsrc/mail/smtpd-starttls-proxy/distinfo:1.9
--- pkgsrc/mail/smtpd-starttls-proxy/distinfo:1.8       Sun Dec 15 19:42:34 2024
+++ pkgsrc/mail/smtpd-starttls-proxy/distinfo   Tue May 13 03:51:40 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/12/15 19:42:34 schmonz Exp $
+$NetBSD: distinfo,v 1.9 2025/05/13 03:51:40 schmonz Exp $
 
-BLAKE2s (smtpd-starttls-proxy-0.0.1.5.tar.gz) = 3692039e3f0b640c9b1d4f02df7902a140ac4e683f9e85aa470404de41acd1e1
-SHA512 (smtpd-starttls-proxy-0.0.1.5.tar.gz) = 228b4f15abdf94a814e03c57f3c6eacf604575128710e26921e8010d73c97ed2ff717185bc06b6bfd1e380f34201154a85b9864a7aef4881b3e0329948cc608e
-Size (smtpd-starttls-proxy-0.0.1.5.tar.gz) = 18535 bytes
+BLAKE2s (smtpd-starttls-proxy-0.0.2.0.tar.gz) = 2bfe719a0bcbe562d379d184b89dff9ac88b7b7ad8ce1bf757a32ae617f40136
+SHA512 (smtpd-starttls-proxy-0.0.2.0.tar.gz) = e13bd72c0afdbe6e6673867b1d7354aa7067f755eebd3db32ecbaef2759e3db626954cacf4cb70d8aaea8899bf7c22a997f797f9991978890399ccfcb55de483
+Size (smtpd-starttls-proxy-0.0.2.0.tar.gz) = 22456 bytes



Home | Main Index | Thread Index | Old Index