summaryrefslogtreecommitdiff
path: root/graphics/ansilove/Makefile
diff options
context:
space:
mode:
authorkamil <kamil>2016-09-11 15:47:20 +0000
committerkamil <kamil>2016-09-11 15:47:20 +0000
commitdd1c4448cf497245358bb4dd1890e219971f45b7 (patch)
tree45be3ba1264e6c729442f23bf791088169559b7e /graphics/ansilove/Makefile
parent12f7d87b2ff7a63948395b09d48ee3cfde5faed2 (diff)
downloadpkgsrc-dd1c4448cf497245358bb4dd1890e219971f45b7.tar.gz
Update ansilove to 3.0.4
pkgsrc changes: - reset maintainer to pkgsrc-users@NetBSD.org - set new license modified-bsd -> 2-clause-bsd upstream changes: - Relicensed under the BSD 2-Clause license - Input file is now loaded in main, prior to calling format loaders - Use stat to get input file size instead of custom file size function - Remove now unused file size function - Refactoring bits and columns argument value handling
Diffstat (limited to 'graphics/ansilove/Makefile')
-rw-r--r--graphics/ansilove/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/ansilove/Makefile b/graphics/ansilove/Makefile
index 9b35f4a17d3..5f6740b32b5 100644
--- a/graphics/ansilove/Makefile
+++ b/graphics/ansilove/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2016/08/03 10:22:49 adam Exp $
+# $NetBSD: Makefile,v 1.3 2016/09/11 15:47:20 kamil Exp $
-DISTNAME= ansilove-3.0.3
-PKGREVISION= 1
+DISTNAME= ansilove-3.0.4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=ansilove/}
-MAINTAINER= fred@statdns.com
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ansilove.org/
COMMENT= ANSI and ASCII art to PNG converter
-LICENSE= modified-bsd
+LICENSE= 2-clause-bsd
USE_CMAKE= yes