summaryrefslogtreecommitdiff
path: root/net-p2p/jigdo/Makefile
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2024-03-02 19:33:24 +0100
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2024-03-03 18:40:10 +0100
commiteda7dc55648b0f6003a5b6c546234e380d5fc60c (patch)
treeddc63f7b384d8726269ba8d8bc6a01611b3cc020 /net-p2p/jigdo/Makefile
parentmath/suitesparse: upgrade to v7.6.1 / GraphBLAS to 9.0.3 (diff)
net-p2p/jigdo: Upgrade to 0.8.2
PR: 275329 Reported by: mc.dhuibh@proton.me
Diffstat (limited to 'net-p2p/jigdo/Makefile')
-rw-r--r--net-p2p/jigdo/Makefile32
1 files changed, 14 insertions, 18 deletions
diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile
index 3899d48b3779..735c61ea12eb 100644
--- a/net-p2p/jigdo/Makefile
+++ b/net-p2p/jigdo/Makefile
@@ -1,46 +1,42 @@
PORTNAME= jigdo
-PORTVERSION= 0.7.3
-PORTREVISION= 9
+PORTVERSION= 0.8.2
CATEGORIES= net-p2p
-MASTER_SITES= http://atterer.org/sites/atterer/files/2009-08/${PORTNAME}/
+MASTER_SITES= https://www.einval.com/~steve/software/jigdo/download/
+DISTNAME= jigdo-0.8.2
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility used to retrieve large files over the Internet
-WWW= http://atterer.org/jigdo/
+WWW= https://www.einval.com/~steve/software/jigdo/
-DEPRECATED= Outdated version that's not longer supported upstream
-EXPIRATION_DATE=2024-03-31
+LICENSE_FILE= ${WRKDIR}/README
+BUILD_DEPENDS= brename>0:sysutils/brename \
+ docbook-utils>0:textproc/docbook-utils \
+ sgmlformat>0:textproc/sgmlformat
RUN_DEPENDS= ${LOCALBASE}/bin/wget:ftp/wget
-USES= gmake tar:bzip2
+USES= gmake tar:xz localbase
+
USE_CXXSTD= c++98
USE_SUBMAKE= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+MAKE_JOBS_UNSAFE=yes
-CPPFLAGS+= -I${LOCALBASE}/include
-
-OPTIONS_DEFINE= GUI BDB NLS
+OPTIONS_DEFINE= BDB NLS
OPTIONS_DEFAULT= BDB
OPTIONS_SUB= yes
-GUI_DESC= GTK2 Graphical User Interface
BDB_DESC= Berkeley DB support (for jigdo-file cache)
-GUI_CONFIGURE_WITH= gui
-GUI_LIB_DEPENDS= libgtk-x11-2.0.so:x11-toolkits/gtk20 \
- libcurl.so:ftp/curl
-GUI_USES= pkgconfig
-
+BDB_USES= bdb
BDB_CONFIGURE_ON= --with-libdb=-l${BDB_LIB_CXX_NAME}
BDB_CONFIGURE_OFF= --without-libdb
BDB_CPPFLAGS= -I${BDB_INCLUDE_DIR}
BDB_LIBS= -L${BDB_LIB_DIR}
-BDB_USES= bdb
-NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
+NLS_CONFIGURE_ENABLE= nls
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jigdo-file