Page MenuHomeFreeBSD

D58260.id.diff
No OneTemporary

D58260.id.diff

diff --git a/devel/libsearpc/Makefile b/devel/libsearpc/Makefile
--- a/devel/libsearpc/Makefile
+++ b/devel/libsearpc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libsearpc
-PORTVERSION= 3.3.0
-PORTEPOCH= 1
+PORTVERSION= 3.3.20260612
+PORTEPOCH= 2
CATEGORIES= devel
MAINTAINER= d.stoye@cms.hu-berlin.de
@@ -15,7 +15,7 @@
USE_GITHUB= yes
GH_ACCOUNT= haiwen
-GH_TAGNAME= 54145b0
+GH_TAGNAME= 23d5df6
USES= autoreconf gettext libtool pathfix pkgconfig python shebangfix
SHEBANG_FILES= lib/searpc-codegen.py
@@ -24,4 +24,7 @@
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
+post-patch:
+ @${REINPLACE_CMD} -e 's#%%PORTVERSION%%#${PORTVERSION}#' ${WRKSRC}/configure.ac
+
.include <bsd.port.mk>
diff --git a/devel/libsearpc/distinfo b/devel/libsearpc/distinfo
--- a/devel/libsearpc/distinfo
+++ b/devel/libsearpc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1783761601
-SHA256 (haiwen-libsearpc-3.3.0-54145b0_GH0.tar.gz) = a768e498e6b3c9b89b62fad297fbe7638349176be609a3f7027af00a62c29408
-SIZE (haiwen-libsearpc-3.3.0-54145b0_GH0.tar.gz) = 54015
+TIMESTAMP = 1784133865
+SHA256 (haiwen-libsearpc-3.3.20260612-23d5df6_GH0.tar.gz) = ea9e89b78361dc75d85400300fc631c470b5d7e35855c38a3e4da55fc7c8428a
+SIZE (haiwen-libsearpc-3.3.20260612-23d5df6_GH0.tar.gz) = 56006
diff --git a/devel/libsearpc/files/patch-Makefile.am b/devel/libsearpc/files/patch-Makefile.am
deleted file mode 100644
--- a/devel/libsearpc/files/patch-Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.am.orig 2020-02-08 21:24:39 UTC
-+++ Makefile.am
-@@ -23,7 +23,7 @@ if MACOS
- sed -i '' -e "s|(DESTDIR)|${DESTDIR}|g" $(pcfiles)
- else
- if FBSD
-- sed -i '' -e "s|(DESTDIR)|${DESTDIR}|g" $(pcfiles)
-+ ${SED} -i '' -e "s|(DESTDIR)||g" $(pcfiles)
- else
- ${SED} -i "s|(DESTDIR)|${DESTDIR}|g" $(pcfiles)
- endif
diff --git a/devel/libsearpc/files/patch-configure.ac b/devel/libsearpc/files/patch-configure.ac
new file mode 100644
--- /dev/null
+++ b/devel/libsearpc/files/patch-configure.ac
@@ -0,0 +1,11 @@
+--- configure.ac.orig 2026-07-15 16:47:17 UTC
++++ configure.ac
+@@ -2,7 +2,7 @@ AC_PREREQ([2.61])
+ # Process this file with autoconf to produce a configure script.
+
+ AC_PREREQ([2.61])
+-AC_INIT([libsearpc], [3.1.0], [info@seafile.com])
++AC_INIT([libsearpc], [%%PORTVERSION%%], [info@seafile.com])
+ AC_CONFIG_SRCDIR([lib/searpc-server.c])
+ AC_CONFIG_HEADERS([config.h])
+ AC_CONFIG_MACRO_DIR([m4])

File Metadata

Mime Type
text/plain
Expires
Wed, Jul 22, 5:13 AM (8 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35305539
Default Alt Text
D58260.id.diff (2 KB)

Event Timeline