mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to version 1.3
Feature safe: yes
This commit is contained in:
parent
6c13e9fddd
commit
ec7c4afb7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307622
2 changed files with 5 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= smtube
|
PORTNAME= smtube
|
||||||
PORTVERSION= 1.2
|
PORTVERSION= 1.3
|
||||||
CATEGORIES= multimedia
|
CATEGORIES= multimedia
|
||||||
MASTER_SITES= SF/smplayer/SMTube/${PORTVERSION}/
|
MASTER_SITES= SF/smplayer/SMTube/${PORTVERSION}/
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
ALL_TARGET= #empty
|
||||||
USE_GETTEXT= yes
|
USE_GETTEXT= yes
|
||||||
USE_ICONV= yes
|
USE_ICONV= yes
|
||||||
USE_XORG= ice sm x11 xau xdmcp xext xrender
|
USE_XORG= ice sm x11 xau xdmcp xext xrender
|
||||||
|
@ -34,6 +35,7 @@ post-patch:
|
||||||
-e 's|lrelease|${QT_PREFIX}/bin/lrelease-qt4|g' \
|
-e 's|lrelease|${QT_PREFIX}/bin/lrelease-qt4|g' \
|
||||||
-e 's|PREFIX=/usr/local|PREFIX=${PREFIX}|g' \
|
-e 's|PREFIX=/usr/local|PREFIX=${PREFIX}|g' \
|
||||||
-e 's|$$(PREFIX)/share/smtube|${DATADIR}|g' \
|
-e 's|$$(PREFIX)/share/smtube|${DATADIR}|g' \
|
||||||
|
-e 's| make| ${GMAKE}|' \
|
||||||
${WRKSRC}/Makefile
|
${WRKSRC}/Makefile
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
|
@ -44,7 +46,4 @@ PORTDOCS= *
|
||||||
@${REINPLACE_CMD} -e '/DOC_PATH/d' ${WRKSRC}/Makefile
|
@${REINPLACE_CMD} -e '/DOC_PATH/d' ${WRKSRC}/Makefile
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
do-build:
|
|
||||||
cd ${WRKSRC} && ${MAKE}
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (smtube-1.2.tar.bz2) = 11e4ed7245900febd17e4d486b68f58ec5aef7b90da5f25d796db19ae596425a
|
SHA256 (smtube-1.3.tar.bz2) = 1c45b0f272a301f1599827057279a48768de95cbc96d8f9729e4dc4a1593ad95
|
||||||
SIZE (smtube-1.2.tar.bz2) = 299131
|
SIZE (smtube-1.3.tar.bz2) = 306539
|
||||||
|
|
Loading…
Add table
Reference in a new issue