pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/caja-dropbox



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Oct  4 15:13:25 UTC 2023

Modified Files:
        pkgsrc/sysutils/caja-dropbox: Makefile

Log Message:
caja-dropbox: fix version after meta-pkg bump


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/sysutils/caja-dropbox/Makefile

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

Modified files:

Index: pkgsrc/sysutils/caja-dropbox/Makefile
diff -u pkgsrc/sysutils/caja-dropbox/Makefile:1.36 pkgsrc/sysutils/caja-dropbox/Makefile:1.37
--- pkgsrc/sysutils/caja-dropbox/Makefile:1.36  Mon Aug 14 05:25:14 2023
+++ pkgsrc/sysutils/caja-dropbox/Makefile       Wed Oct  4 15:13:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2023/08/14 05:25:14 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2023/10/04 15:13:25 gutteridge Exp $
 
 # Makefile.common already includes python .mk files, so need to set this here
 PYTHON_VERSIONS_INCOMPATIBLE=  27
@@ -6,7 +6,7 @@ PYTHON_VERSIONS_INCOMPATIBLE=   27
 PKGREVISION= 3
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      caja-dropbox-${VERSION}
+DISTNAME=      caja-dropbox-${VERSION:R}.0
 CATEGORIES=    sysutils
 
 COMMENT=       Dropbox Caja extension



Home | Main Index | Thread Index | Old Index