git: 4ebc95bf221e - main - net/csync2: Resort Makefile and remove MOVED entry.

Kirill Ponomarev krion at FreeBSD.org
Sun Jun 20 12:19:00 UTC 2021


The branch main has been updated by krion:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4ebc95bf221e8b8201934920491922b40b1035bc

commit 4ebc95bf221e8b8201934920491922b40b1035bc
Author:     Kirill Ponomarev <krion at FreeBSD.org>
AuthorDate: 2021-06-20 12:18:04 +0000
Commit:     Kirill Ponomarev <krion at FreeBSD.org>
CommitDate: 2021-06-20 12:18:57 +0000

    net/csync2: Resort Makefile and remove MOVED entry.
---
 MOVED               |  1 -
 net/csync2/Makefile | 20 ++++++++++----------
 2 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/MOVED b/MOVED
index 947e43874a07..8bc24eb3ba24 100644
--- a/MOVED
+++ b/MOVED
@@ -13191,7 +13191,6 @@ multimedia/subtitleeditor||2019-10-16|Has expired: Unfetchable, unmaintained
 multimedia/umr||2019-10-16|Has expired: Unfetchable, unmaintained
 net/bluemix-cli||2019-10-16|Has expired: Unfetchable, unmaintained
 net/boclient||2019-10-16|Has expired: Unfetchable, unmaintained
-net/csync2||2019-10-16|Has expired: Unfetchable, unmaintained
 net/dictd-database||2019-10-16|Has expired: Unfetchable, unmaintained
 net/gtic||2019-10-16|Has expired: Unfetchable, unmaintained
 net/hidentd||2019-10-16|Has expired: Unfetchable, unmaintained
diff --git a/net/csync2/Makefile b/net/csync2/Makefile
index c963741fac70..ac3ad7256063 100644
--- a/net/csync2/Makefile
+++ b/net/csync2/Makefile
@@ -9,32 +9,32 @@ COMMENT=	Cluster synchronization tool
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	librsync.so:net/librsync \
-		libgnutls.so:security/gnutls \
+LIB_DEPENDS=	libgnutls.so:security/gnutls \
+		librsync.so:net/librsync \
 		libsqlite3.so:databases/sqlite3
 
 USES=		autoreconf pkgconfig shebangfix
-SHEBANG_FILES=	csync2-compare
-
-OPTIONS_DEFINE=	CSYNC2_COMPARE DOCS
-OPTIONS_SUB=	yes
-CSYNC2_COMPARE_DESC=		Install csync2-compare script
-CSYNC2_COMPARE_RUN_DEPENDS=	bash:shells/bash
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	LINBIT
 GH_PROJECT=	csync2
 GH_TAGNAME=	a8d38eb
+USE_RC_SUBR=	csync2
+
+SHEBANG_FILES=	csync2-compare
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	ac_cv_prog_PDFLATEX=
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 
-USE_RC_SUBR=	csync2
-
 SUB_FILES=	pkg-install
 
+OPTIONS_DEFINE=			CSYNC2_COMPARE DOCS
+OPTIONS_SUB=			yes
+CSYNC2_COMPARE_DESC=		Install csync2-compare script
+CSYNC2_COMPARE_RUN_DEPENDS=	bash:shells/bash
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|(localstatedir)/lib|(localstatedir)/db|' \
 		-e 's/-ldl//' ${WRKSRC}/Makefile.am


More information about the dev-commits-ports-main mailing list