pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xtrap



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Mar 24 06:59:25 UTC 2018

Modified Files:
        pkgsrc/x11/xtrap: Makefile distinfo

Log Message:
xtrap: update to 1.0.3.

Alan Coopersmith (8):
     Add README with pointers to mailing lists, bugzilla, & git
     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
     Assume signal handlers return void, as C89 requires
     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
     This is not a GNU project, so declare it foreign.
     configure: Drop AM_MAINTAINER_MODE
     autogen.sh: Honor NOCONFIGURE=1
     config: Remove unnecessary calls from configure.ac

Eric S. Raymond (1):
     Bug 9522 - Markup problems on the xtrap.1x page

Gaetan Nadon (1):
     config: update AC_PREREQ statement to 2.60

James Cloos (3):
     Rename .cvsignore to .gitignore
     Add *~ to .gitignore to skip patch/emacs droppings
     Replace static ChangeLog with dist-hook to generate from git log

Matt Turner (4):
     Makefile: Use _DEFAULT_SOURCE instead of _BSD_SOURCE
     configure: Depend on libXt
     Fix pointer-to-int-cast errors
     xtrap 1.0.3

Paulo Cesar Pereira de Andrade (2):
     Ansification and compile warning fixes.
     Janitor: Add matching prototypes to callback functions.

Thomas Zimmermann (1):
     Bug 24530: Add $(AM_CFLAGS) to xtrap*_CFLAGS


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/xtrap/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xtrap/distinfo

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

Modified files:

Index: pkgsrc/x11/xtrap/Makefile
diff -u pkgsrc/x11/xtrap/Makefile:1.4 pkgsrc/x11/xtrap/Makefile:1.5
--- pkgsrc/x11/xtrap/Makefile:1.4       Wed Mar  7 11:57:48 2018
+++ pkgsrc/x11/xtrap/Makefile   Sat Mar 24 06:59:25 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/03/07 11:57:48 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/03/24 06:59:25 wiz Exp $
 
-DISTNAME=      xtrap-1.0.2
-PKGREVISION=   1
+DISTNAME=      xtrap-1.0.3
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/x11/xtrap/distinfo
diff -u pkgsrc/x11/xtrap/distinfo:1.2 pkgsrc/x11/xtrap/distinfo:1.3
--- pkgsrc/x11/xtrap/distinfo:1.2       Wed Nov  4 03:29:13 2015
+++ pkgsrc/x11/xtrap/distinfo   Sat Mar 24 06:59:25 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 03:29:13 agc Exp $
+$NetBSD: distinfo,v 1.3 2018/03/24 06:59:25 wiz Exp $
 
-SHA1 (xtrap-1.0.2.tar.bz2) = 228735dcf4e059865900cee7f9656fc1a6b0a746
-RMD160 (xtrap-1.0.2.tar.bz2) = 2eee6e6da2d6ce22c1d0148b546eea85b073ec22
-SHA512 (xtrap-1.0.2.tar.bz2) = 5fe6e02dd36d2fb65e5b83cbdae81d89fcbf467c9fc3f943a013299c2fc03c76f125627294302acb808d8b53e3ec51a82ba288d793df6ba3e88e0c980c6b3f77
-Size (xtrap-1.0.2.tar.bz2) = 95471 bytes
+SHA1 (xtrap-1.0.3.tar.bz2) = 1f1df2c1cb6422238d4dc2708b15445d1af9bdad
+RMD160 (xtrap-1.0.3.tar.bz2) = a932b596e045466845430536a9502896e3253812
+SHA512 (xtrap-1.0.3.tar.bz2) = cdb205859a96a64ede8ce1df119c318e5b6d35107425996c18be0ec56a6287a0564d768f93012f301cb91d517f67261de5c76441c0bfb796cc0190799aaf6c2f
+Size (xtrap-1.0.3.tar.bz2) = 134065 bytes



Home | Main Index | Thread Index | Old Index