pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb 25 12:25:48 UTC 2018

Modified Files:
        pkgsrc/devel/libthrift: Makefile
        pkgsrc/mail/milter-manager: Makefile
        pkgsrc/net/dtcp: Makefile
        pkgsrc/textproc/dbtoepub: Makefile
        pkgsrc/textproc/groonga: Makefile
        pkgsrc/textproc/migemo-elisp: Makefile

Log Message:
pkgsrc: bump PKGREVISION by changing Ruby default version

Bump PKGREVISION by changing Ruby default version.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/libthrift/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/mail/milter-manager/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/dtcp/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/dbtoepub/Makefile
cvs rdiff -u -r1.63 -r1.64 pkgsrc/textproc/groonga/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/migemo-elisp/Makefile

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

Modified files:

Index: pkgsrc/devel/libthrift/Makefile
diff -u pkgsrc/devel/libthrift/Makefile:1.62 pkgsrc/devel/libthrift/Makefile:1.63
--- pkgsrc/devel/libthrift/Makefile:1.62        Mon Jan  1 21:18:22 2018
+++ pkgsrc/devel/libthrift/Makefile     Sun Feb 25 12:25:47 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.62 2018/01/01 21:18:22 adam Exp $
+# $NetBSD: Makefile,v 1.63 2018/02/25 12:25:47 taca Exp $
 
 DISTNAME=      thrift-${THRIFT_VERSION}
 PKGNAME=       libthrift-${THRIFT_VERSION}
-PKGREVISION=   42
+PKGREVISION=   43
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_APACHE:=thrift/${THRIFT_VERSION}/}
 EXTRACT_SUFX=  .tar.gz

Index: pkgsrc/mail/milter-manager/Makefile
diff -u pkgsrc/mail/milter-manager/Makefile:1.42 pkgsrc/mail/milter-manager/Makefile:1.43
--- pkgsrc/mail/milter-manager/Makefile:1.42    Sun Mar 13 09:36:58 2016
+++ pkgsrc/mail/milter-manager/Makefile Sun Feb 25 12:25:48 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2016/03/13 09:36:58 taca Exp $
+# $NetBSD: Makefile,v 1.43 2018/02/25 12:25:48 taca Exp $
 #
 
 DISTNAME=      milter-manager-2.0.5
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=milter-manager/}
 

Index: pkgsrc/net/dtcp/Makefile
diff -u pkgsrc/net/dtcp/Makefile:1.31 pkgsrc/net/dtcp/Makefile:1.32
--- pkgsrc/net/dtcp/Makefile:1.31       Tue Aug  1 16:47:42 2017
+++ pkgsrc/net/dtcp/Makefile    Sun Feb 25 12:25:47 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2017/08/01 16:47:42 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2018/02/25 12:25:47 taca Exp $
 #
 
 DISTNAME=      dtcp-20130602
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  http://www.mahoroba.org/~ume/ipv6/
 MASTER_SITES+= http://home.jp.FreeBSD.org/~ume/ipv6/

Index: pkgsrc/textproc/dbtoepub/Makefile
diff -u pkgsrc/textproc/dbtoepub/Makefile:1.8 pkgsrc/textproc/dbtoepub/Makefile:1.9
--- pkgsrc/textproc/dbtoepub/Makefile:1.8       Sun Mar 13 09:36:59 2016
+++ pkgsrc/textproc/dbtoepub/Makefile   Sun Feb 25 12:25:48 2018
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2016/03/13 09:36:59 taca Exp $
+# $NetBSD: Makefile,v 1.9 2018/02/25 12:25:48 taca Exp $
 
 .include "../../textproc/docbook-xsl/Makefile.common"
 
 PKGNAME=       dbtoepub-${DISTNAME:S/docbook-xsl-//}
-PKGREVISION=   1
+PKGREVISION=   2
 COMMENT=       DocBook to epub converter
 
 DEPENDS+= \

Index: pkgsrc/textproc/groonga/Makefile
diff -u pkgsrc/textproc/groonga/Makefile:1.63 pkgsrc/textproc/groonga/Makefile:1.64
--- pkgsrc/textproc/groonga/Makefile:1.63       Tue Aug 29 13:35:54 2017
+++ pkgsrc/textproc/groonga/Makefile    Sun Feb 25 12:25:48 2018
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.63 2017/08/29 13:35:54 fhajny Exp $
+# $NetBSD: Makefile,v 1.64 2018/02/25 12:25:48 taca Exp $
 #
 
 DISTNAME=      groonga-7.0.6
+PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  http://packages.groonga.org/source/groonga/
 

Index: pkgsrc/textproc/migemo-elisp/Makefile
diff -u pkgsrc/textproc/migemo-elisp/Makefile:1.8 pkgsrc/textproc/migemo-elisp/Makefile:1.9
--- pkgsrc/textproc/migemo-elisp/Makefile:1.8   Sun Mar 13 09:36:59 2016
+++ pkgsrc/textproc/migemo-elisp/Makefile       Sun Feb 25 12:25:48 2018
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2016/03/13 09:36:59 taca Exp $
+# $NetBSD: Makefile,v 1.9 2018/02/25 12:25:48 taca Exp $
 
 .include "../../textproc/migemo/Makefile.common"
 
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}migemo-elisp-${MIGEMO_VERSION}
-PKGREVISION=   5
+PKGREVISION=   6
 
 COMMENT=       Elisp for migemo
 



Home | Main Index | Thread Index | Old Index