pkgsrc-WIP-changes archive

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

nostt: Update to 1.1



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By:	sjmulder
Date:		Wed Dec 5 18:25:13 2018 +0100
Changeset:	89949286569eea5d2d63cdd0a24d2dc0d3e2e4c8

Modified Files:
	nostt/Makefile
	nostt/distinfo

Log Message:
nostt: Update to 1.1

 - New: 'make check' target.
 - Removed: -i option (interactive mode). Interactive mode is now used
   if no page argument is given.
 - Removed: -G option (color ouptut). Color output is the default now
   for interactive terminals, but can be disabled with environment
   CLICOLOR=0 or forced with CLICOLOR_FORCE=1.
 - Changed: default CFLAGS and LDFLAGS, in particular adding /usr/local
   search paths.
 - Changed: make [un]install now respects DESTDIR. prefix, bindir, and
   man1dir have been replaced with PREFIX and MANPREFIX.
 - Fixed: several portability issues.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=89949286569eea5d2d63cdd0a24d2dc0d3e2e4c8

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

diffstat:
 nostt/Makefile | 8 ++------
 nostt/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 10 deletions(-)

diffs:
diff --git a/nostt/Makefile b/nostt/Makefile
index 323c3328e4..367e5ef28b 100644
--- a/nostt/Makefile
+++ b/nostt/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 GITHUB_PROJECT=	nostt
-DISTNAME=	1.0
+DISTNAME=	1.1
 PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_GITHUB:=sjmulder/}
@@ -13,11 +13,7 @@ HOMEPAGE=	https://github.com/sjmulder/nostt/
 COMMENT=	Command line NOS Teletekst reader
 LICENSE=	2-clause-bsd
 
-WRKSRC=	${WRKDIR}/nostt-1.0
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/nostt ${DESTDIR}${PREFIX}/bin/
-	${INSTALL_MAN} ${WRKSRC}/nostt.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
+WRKSRC=	${WRKDIR}/nostt-1.1
 
 .include "../../www/curl/buildlink3.mk"
 .include "../../textproc/json-c/buildlink3.mk"
diff --git a/nostt/distinfo b/nostt/distinfo
index eb4e68f6e5..ffba09f03f 100644
--- a/nostt/distinfo
+++ b/nostt/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (nostt/1.0.tar.gz) = 8ffcf6cdd61a0a951de4d3972a6255a8b0923cb9
-RMD160 (nostt/1.0.tar.gz) = 3ddc6d805306a31fdc92b2bf9f099c6b60dc1a95
-SHA512 (nostt/1.0.tar.gz) = b21cdef74de4ff17a562f689eae9e988a3647b9a76fb15525ccf17254d1d2cd58b46d4670d8f04cea4e608c3c69c6eb72a2ad4ae1e1609f06f2001a3554376fd
-Size (nostt/1.0.tar.gz) = 7812 bytes
+SHA1 (nostt/1.1.tar.gz) = a419eaf68961876ce0f44bc0d5951f49b17f88c0
+RMD160 (nostt/1.1.tar.gz) = dc7bdf36f890fba6ad4224cc351785a8c082b0c8
+SHA512 (nostt/1.1.tar.gz) = 24a391ac74bd3622c59944c71ebb557287b3ef6399e43b4b5a274afe3f65fb8e6a06e7e49a518ebfadd60b67509dd1c08f299624062ef081780439dd01c80537
+Size (nostt/1.1.tar.gz) = 8970 bytes


Home | Main Index | Thread Index | Old Index