Page MenuHomeFreeBSD

D17908.id51785.diff
No OneTemporary

D17908.id51785.diff

Index: head/multimedia/clipgrab/Makefile
===================================================================
--- head/multimedia/clipgrab/Makefile
+++ head/multimedia/clipgrab/Makefile
@@ -2,27 +2,27 @@
# $FreeBSD$
PORTNAME= clipgrab
-PORTVERSION= 3.4.11
+PORTVERSION= 3.7.2
CATEGORIES= multimedia
-MASTER_SITES= http://download.clipgrab.de/
+MASTER_SITES= https://download.clipgrab.org/
-MAINTAINER= ports@FreeBSD.org
+PATCH_SITES= https://gitlab.com/kikadf/clipgrab-qt5/raw/patches/patches/
+PATCHFILES= clipgrab-qt5-${PORTVERSION}.patch:-p1
+
+MAINTAINER= kikadf.01@gmail.com
COMMENT= Program to download videos from YouTube and etc
LICENSE= GPLv3
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
+USES= qmake qt:5
+USE_QT= core dbus gui network webkit widgets xml buildtools_build
-USES= qmake qt:4 tar:bzip2
-USE_QT= gui xml uic_build moc_build \
- rcc_build network dbus webkit
-
+LDFLAGS+= -Wl,--as-needed # cf. PR 224488
PLIST_FILES= bin/${PORTNAME} \
- %%DATADIR%%/icon.png \
- %%DATADIR%%/logo.png \
- %%DATADIR%%/paypal-logo.png \
- %%DATADIR%%/splash.png
+ ${DATADIR}/icon.png \
+ ${DATADIR}/logo.png \
+ ${DATADIR}/paypal-logo.png \
+ ${DATADIR}/splash.png
DESKTOP_ENTRIES="Clipgrab" "Download and convert videos from YouTube and etc" \
"${DATADIR}/icon.png" "${PORTNAME}" \
@@ -31,8 +31,7 @@
QMAKE_SOURCE_PATH= ${WRKSRC}/${PORTNAME}.pro
post-patch:
- ${REINPLACE_CMD} -e 's,img/,share/${PORTNAME}/,g' \
- ${WRKSRC}/*.cpp
+ @${REINPLACE_CMD} -e 's,img/,share/${PORTNAME}/,g' ${WRKSRC}/*.cpp
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
Index: head/multimedia/clipgrab/distinfo
===================================================================
--- head/multimedia/clipgrab/distinfo
+++ head/multimedia/clipgrab/distinfo
@@ -1,2 +1,5 @@
-SHA256 (clipgrab-3.4.11.tar.bz2) = 48f7cbd9a503b19246ae2d31af8d2bba7c57945f5ba8ca4fcf7bf6b3a265bd83
-SIZE (clipgrab-3.4.11.tar.bz2) = 371620
+TIMESTAMP = 1544368991
+SHA256 (clipgrab-3.7.2.tar.gz) = 8ce5f1ea5a71f58a636b2cdc06a4c675e823e988dc61e6308060a2fe3eb96af6
+SIZE (clipgrab-3.7.2.tar.gz) = 628479
+SHA256 (clipgrab-qt5-3.7.2.patch) = d2b86b1f8e0a0d5642d852bac1ae60ff844df49fbd858dff986f894732d0da55
+SIZE (clipgrab-qt5-3.7.2.patch) = 24502
Index: head/multimedia/clipgrab/pkg-descr
===================================================================
--- head/multimedia/clipgrab/pkg-descr
+++ head/multimedia/clipgrab/pkg-descr
@@ -10,4 +10,4 @@
-MyVideo
-MySpass
-WWW: http://clipgrab.de
+WWW: https://clipgrab.org

File Metadata

Mime Type
text/plain
Expires
Fri, Oct 24, 1:13 PM (17 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24119212
Default Alt Text
D17908.id51785.diff (2 KB)

Event Timeline