pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/postforward



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Thu Nov 23 19:03:48 UTC 2023

Modified Files:
        pkgsrc/mail/postforward: Makefile distinfo
Added Files:
        pkgsrc/mail/postforward/files: go.mod

Log Message:
postforward: update to 1.1.1, change build to module.

- intelligently guess correct line endings
- prevent insertion of additional linebreak in message body


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/mail/postforward/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/postforward/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/postforward/files/go.mod

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

Modified files:

Index: pkgsrc/mail/postforward/Makefile
diff -u pkgsrc/mail/postforward/Makefile:1.57 pkgsrc/mail/postforward/Makefile:1.58
--- pkgsrc/mail/postforward/Makefile:1.57       Fri Nov 10 15:45:13 2023
+++ pkgsrc/mail/postforward/Makefile    Thu Nov 23 19:03:48 2023
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.57 2023/11/10 15:45:13 bsiegert Exp $
+# $NetBSD: Makefile,v 1.58 2023/11/23 19:03:48 bsiegert Exp $
 
-DISTNAME=              postforward-1.1.0
-PKGREVISION=           56
+DISTNAME=              postforward-1.1.1
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=zoni/}
+GITHUB_TAG=            v${PKGVERSION_NOREV}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://github.com/zoni/postforward
 COMMENT=               Postfix Sender Rewriting Scheme forwarding agent
 LICENSE=               2-clause-bsd
 
-GO_SRCPATH=            github.com/zoni/postforward
-GO_DIST_BASE=          ${DISTNAME}
-
 CHECK_RELRO_SKIP+=     bin/postforward
 
-.include "../../lang/go/go-package.mk"
+post-extract:
+       ${CP} ${FILESDIR}/go.mod ${WRKSRC}
+
+.include "../../lang/go/go-module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/mail/postforward/distinfo
diff -u pkgsrc/mail/postforward/distinfo:1.3 pkgsrc/mail/postforward/distinfo:1.4
--- pkgsrc/mail/postforward/distinfo:1.3        Tue Oct 26 10:54:21 2021
+++ pkgsrc/mail/postforward/distinfo    Thu Nov 23 19:03:48 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:54:21 nia Exp $
+$NetBSD: distinfo,v 1.4 2023/11/23 19:03:48 bsiegert Exp $
 
-BLAKE2s (postforward-1.1.0.tar.gz) = 1ff3e43b369ccf1723c9ed756ad7b94abac6d8658e31b98b676cc442411f1da1
-SHA512 (postforward-1.1.0.tar.gz) = 39d7a33c454b1529a691b24fd69b311ba368caf59168d39146654cfe319ebc3cf73835e66e6c95a43747f389a6b954ac8da0d7e934e562c16cb85dc20c0f4804
-Size (postforward-1.1.0.tar.gz) = 5707 bytes
+BLAKE2s (postforward-1.1.1.tar.gz) = b1bca72cb1d51423da6be7c9711d4151d30c8f5b2c19407ebcea539edab77577
+SHA512 (postforward-1.1.1.tar.gz) = 1f29e1731ef9fd1292f932a8e195577ce238f69c2e6ae1ffac81a577607fda98563b454564841011ce077cc8453e5ad78d2ab904fdf0fea67c15a69f6b2a3d92
+Size (postforward-1.1.1.tar.gz) = 6086 bytes

Added files:

Index: pkgsrc/mail/postforward/files/go.mod
diff -u /dev/null pkgsrc/mail/postforward/files/go.mod:1.1
--- /dev/null   Thu Nov 23 19:03:48 2023
+++ pkgsrc/mail/postforward/files/go.mod        Thu Nov 23 19:03:48 2023
@@ -0,0 +1,3 @@
+module github.com/zoni/postforward
+
+go 1.20



Home | Main Index | Thread Index | Old Index