pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/repmgr



Module Name:    pkgsrc
Committed By:   nros
Date:           Thu Dec 21 08:16:56 UTC 2023

Modified Files:
        pkgsrc/databases/repmgr: Makefile

Log Message:
repmgr: uses curl


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/repmgr/Makefile

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

Modified files:

Index: pkgsrc/databases/repmgr/Makefile
diff -u pkgsrc/databases/repmgr/Makefile:1.26 pkgsrc/databases/repmgr/Makefile:1.27
--- pkgsrc/databases/repmgr/Makefile:1.26       Wed Nov  8 13:18:36 2023
+++ pkgsrc/databases/repmgr/Makefile    Thu Dec 21 08:16:56 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2023/11/08 13:18:36 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2023/12/21 08:16:56 nros Exp $
 
 DISTNAME=      repmgr-5.4.1
 PKGNAME=       postgresql${PGSQL_VERSION}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    databases
 MASTER_SITES=  https://repmgr.org/download/
 
@@ -51,5 +51,6 @@ PLIST_SUBST+= SOEXT=${SOEXT}
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../textproc/json-c/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
 .include "../../mk/readline.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index