pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/libytnef



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Sep 16 00:05:20 UTC 2019

Modified Files:
        pkgsrc/mail/libytnef: Makefile.common

Log Message:
libytnef: Change spaces to tabs to please pkglint.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/libytnef/Makefile.common

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

Modified files:

Index: pkgsrc/mail/libytnef/Makefile.common
diff -u pkgsrc/mail/libytnef/Makefile.common:1.3 pkgsrc/mail/libytnef/Makefile.common:1.4
--- pkgsrc/mail/libytnef/Makefile.common:1.3    Sun Sep 15 19:24:54 2019
+++ pkgsrc/mail/libytnef/Makefile.common        Mon Sep 16 00:05:20 2019
@@ -1,24 +1,24 @@
-# $NetBSD: Makefile.common,v 1.3 2019/09/15 19:24:54 nros Exp $
+# $NetBSD: Makefile.common,v 1.4 2019/09/16 00:05:20 nia Exp $
 # used by mail/libytnef/Makefile
 # used by mail/ytnef/Makefile
 
-DISTNAME=       ytnef-1.9.3
-CATEGORIES=     mail
-MASTER_SITES=   ${MASTER_SITE_GITHUB:=Yeraze/}
-GITHUB_TAG=     v${PKGVERSION_NOREV}
-GITHUB_PROJECT= ytnef
-EXTRACT_USING=  bsdtar
+DISTNAME=      ytnef-1.9.3
+CATEGORIES=    mail
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=Yeraze/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+GITHUB_PROJECT=        ytnef
+EXTRACT_USING= bsdtar
 
-MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=       https://github.com/Yeraze/ytnef
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/Yeraze/ytnef
 LICENSE=       gnu-gpl-v2
 
-DISTINFO_FILE=          ${.CURDIR}/../../mail/libytnef/distinfo
-PATCHDIR=               ${.CURDIR}/../../mail/libytnef/patches
+DISTINFO_FILE= ${.CURDIR}/../../mail/libytnef/distinfo
+PATCHDIR=      ${.CURDIR}/../../mail/libytnef/patches
 
-GNU_CONFIGURE=          YES
-USE_LIBTOOL=            YES
-USE_TOOLS+=             autoconf automake
+GNU_CONFIGURE= YES
+USE_LIBTOOL=   YES
+USE_TOOLS+=    autoconf automake
 
 pre-configure:
        cd ${WRKSRC} && ${MKDIR} m4 && autoreconf -vfi



Home | Main Index | Thread Index | Old Index