pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/sylpheed



Module Name:    pkgsrc
Committed By:   tnn
Date:           Fri Mar 13 16:10:11 UTC 2020

Modified Files:
        pkgsrc/mail/sylpheed: Makefile

Log Message:
sylpheed: skip portability check for rpm build script


To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 pkgsrc/mail/sylpheed/Makefile

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

Modified files:

Index: pkgsrc/mail/sylpheed/Makefile
diff -u pkgsrc/mail/sylpheed/Makefile:1.178 pkgsrc/mail/sylpheed/Makefile:1.179
--- pkgsrc/mail/sylpheed/Makefile:1.178 Tue Mar 10 22:10:27 2020
+++ pkgsrc/mail/sylpheed/Makefile       Fri Mar 13 16:10:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.178 2020/03/10 22:10:27 wiz Exp $
+# $NetBSD: Makefile,v 1.179 2020/03/13 16:10:11 tnn Exp $
 
 DISTNAME=      sylpheed-3.7.0
 PKGREVISION=   7
@@ -12,6 +12,7 @@ COMMENT=      Gtk based e-mail and netnews cl
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1
 
 CONFLICTS=             sylpheed-claws-[0-9]*
+CHECK_PORTABILITY_SKIP+=sylpheed.spec.in
 
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index