pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-regex-tdfa



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat May  1 14:17:07 UTC 2021

Modified Files:
        pkgsrc/textproc/hs-regex-tdfa: Makefile
Removed Files:
        pkgsrc/textproc/hs-regex-tdfa/files: Setup.hs

Log Message:
Remove files/Setup.hs: mk/haskll.mk can now automatically handle that


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/hs-regex-tdfa/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/textproc/hs-regex-tdfa/files/Setup.hs

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

Modified files:

Index: pkgsrc/textproc/hs-regex-tdfa/Makefile
diff -u pkgsrc/textproc/hs-regex-tdfa/Makefile:1.1 pkgsrc/textproc/hs-regex-tdfa/Makefile:1.2
--- pkgsrc/textproc/hs-regex-tdfa/Makefile:1.1  Sun Jan 19 23:45:50 2020
+++ pkgsrc/textproc/hs-regex-tdfa/Makefile      Sat May  1 14:17:07 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/19 23:45:50 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/01 14:17:07 pho Exp $
 
 DISTNAME=      regex-tdfa-1.3.1.0
 CATEGORIES=    textproc
@@ -7,9 +7,6 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Pure Haskell Tagged DFA Backend for "Text.Regex" (regex-base)
 LICENSE=       modified-bsd
 
-post-patch:
-       ${RUN}${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/
-
 .include "../../mk/haskell.mk"
 .include "../../textproc/hs-regex-base/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index