pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libfilezilla



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug  7 22:11:46 UTC 2016

Modified Files:
        pkgsrc/net/libfilezilla: Makefile

Log Message:
Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/libfilezilla/Makefile

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

Modified files:

Index: pkgsrc/net/libfilezilla/Makefile
diff -u pkgsrc/net/libfilezilla/Makefile:1.4 pkgsrc/net/libfilezilla/Makefile:1.5
--- pkgsrc/net/libfilezilla/Makefile:1.4        Sun Aug  7 17:53:19 2016
+++ pkgsrc/net/libfilezilla/Makefile    Sun Aug  7 22:11:46 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/08/07 17:53:19 maya Exp $
+# $NetBSD: Makefile,v 1.5 2016/08/07 22:11:46 wiz Exp $
 
 DISTNAME=      libfilezilla-0.5.3
 PKGREVISION=   1
@@ -17,7 +17,7 @@ USE_LANGUAGES=        c c++
 
 PKGCONFIG_OVERRIDE+=   lib/libfilezilla.pc.in
 
-# GCC 4.9 is reuqired to support C++14
+# GCC 4.9 is required to support C++14
 GCC_REQD+=     4.9
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index