pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/postsrsd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec 31 13:22:47 UTC 2017

Modified Files:
        pkgsrc/mail/postsrsd: Makefile PLIST

Log Message:
postsrsd: install man page.

This incurs a build dependency on help2man.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/postsrsd/Makefile \
    pkgsrc/mail/postsrsd/PLIST

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

Modified files:

Index: pkgsrc/mail/postsrsd/Makefile
diff -u pkgsrc/mail/postsrsd/Makefile:1.1 pkgsrc/mail/postsrsd/Makefile:1.2
--- pkgsrc/mail/postsrsd/Makefile:1.1   Thu Feb 25 15:29:15 2016
+++ pkgsrc/mail/postsrsd/Makefile       Sun Dec 31 13:22:46 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2016/02/25 15:29:15 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/12/31 13:22:46 wiz Exp $
 
 DISTNAME=      postsrsd-1.4
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=roehling/}
 
@@ -10,5 +11,12 @@ COMMENT=     Postfix Sender Rewriting Scheme
 LICENSE=       gnu-gpl-v2
 
 USE_CMAKE=     yes
+BUILD_DEPENDS+=        help2man-[0-9]*:../../converters/help2man
+
+SUBST_CLASSES+=                man
+SUBST_STAGE.man=       pre-configure
+SUBST_SED.man+=                -e "s,share/man,${PKGMANDIR},"
+SUBST_FILES.man+=      CMakeLists.txt
+SUBST_MESSAGE.man=     Fixing man page installation path.
 
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/postsrsd/PLIST
diff -u pkgsrc/mail/postsrsd/PLIST:1.1 pkgsrc/mail/postsrsd/PLIST:1.2
--- pkgsrc/mail/postsrsd/PLIST:1.1      Thu Feb 25 15:29:15 2016
+++ pkgsrc/mail/postsrsd/PLIST  Sun Dec 31 13:22:46 2017
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2016/02/25 15:29:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/12/31 13:22:46 wiz Exp $
+man/man8/postsrsd.8
 sbin/postsrsd
 share/doc/postsrsd/README.md
 share/doc/postsrsd/README_UPGRADE.md



Home | Main Index | Thread Index | Old Index