pkgsrc-WIP-changes archive

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

pangoterm: update to 0.0_pre20160305



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Sat Sep 24 16:41:57 2016 +0300
Changeset:	bf56f9c81939c779b4274ea8392d0b8507e00be6

Modified Files:
	pangoterm/Makefile
	pangoterm/distinfo
Removed Files:
	pangoterm/patches/patch-main.c

Log Message:
pangoterm: update to 0.0_pre20160305

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

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

diffstat:
 pangoterm/Makefile             |  2 +-
 pangoterm/distinfo             |  9 ++++-----
 pangoterm/patches/patch-main.c | 26 --------------------------
 3 files changed, 5 insertions(+), 32 deletions(-)

diffs:
diff --git a/pangoterm/Makefile b/pangoterm/Makefile
index 1285eac..9d429f7 100644
--- a/pangoterm/Makefile
+++ b/pangoterm/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.00 2015/12/03 01:40:00 coypu Exp $
 
-VER=		0_pre20151022
+VER=		0_pre20160305
 DISTNAME=	pangoterm-0.${VER}
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_GENTOO:=distfiles/}
diff --git a/pangoterm/distinfo b/pangoterm/distinfo
index 45f1b77..4330b00 100644
--- a/pangoterm/distinfo
+++ b/pangoterm/distinfo
@@ -1,8 +1,7 @@
 $NetBSD$
 
-SHA1 (pangoterm-0.0_pre20151022.tar.gz) = b9a852ef6bdd17eab66b751fd972df173f14974e
-RMD160 (pangoterm-0.0_pre20151022.tar.gz) = 97e20c6fcd9392529698084a0a3960e6ec21c3c1
-SHA512 (pangoterm-0.0_pre20151022.tar.gz) = 716acd0c47fbca35961aff21a8dba886ec4cb152d89544f20d9752828f9e005a5561090959be64f1db864bde71db1d205d045b8a7baa36d23471e1a87c7fee14
-Size (pangoterm-0.0_pre20151022.tar.gz) = 22588 bytes
+SHA1 (pangoterm-0.0_pre20160305.tar.gz) = 575f1926648cdf44fb708aff4517e373b5aeb9f1
+RMD160 (pangoterm-0.0_pre20160305.tar.gz) = 2ebc9ccc2e9d1133eb0cea716639757a1436e757
+SHA512 (pangoterm-0.0_pre20160305.tar.gz) = 570c8fe1f7233884a849aa9b9160930b77682a9c3ef6f9c26891eb604c861e01a3ce13d418c8febc92e1cdb2794d5a1cf0097c27183395098c505540146f8467
+Size (pangoterm-0.0_pre20160305.tar.gz) = 22802 bytes
 SHA1 (patch-Makefile) = 76101dd2d5b46edffdf6ff0cc5b705c45c23fe96
-SHA1 (patch-main.c) = f68397c559477dba34a7b56cf74b98ad873ff2ee
diff --git a/pangoterm/patches/patch-main.c b/pangoterm/patches/patch-main.c
deleted file mode 100644
index be5ebfb..0000000
--- a/pangoterm/patches/patch-main.c
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD$
-
---- main.c.orig	2015-10-22 21:22:34.000000000 +0000
-+++ main.c
-@@ -2,6 +2,9 @@
- #define _XOPEN_SOURCE
- 
- /* for ECHOCTL, ECHOKE, cfsetspeed() */
-+#if defined(__NetBSD__)
-+# define _NETBSD_SOURCE
-+#endif
- #define _BSD_SOURCE
- 
- #include <errno.h>
-@@ -12,9 +15,11 @@
- 
- /* suck up the non-standard openpty/forkpty */
- #if defined(__FreeBSD__)
-+# include <sys/ioctl.h>
- # include <libutil.h>
- # include <termios.h>
- #elif defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)
-+# include <sys/ioctl.h>
- # include <termios.h>
- # include <util.h>
- #else


Home | Main Index | Thread Index | Old Index