net/csync2: Resort Makefile and remove MOVED entry.

This commit is contained in:
Kirill Ponomarev 2021-06-20 14:18:04 +02:00
parent a348ded19d
commit 4ebc95bf22
2 changed files with 10 additions and 11 deletions

1
MOVED
View File

@ -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

View File

@ -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