Bug 178836 - [PATCH] multimedia/smplayer update to 0.8.5
Summary: [PATCH] multimedia/smplayer update to 0.8.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-22 18:20 UTC by Pawel Pekala
Modified: 2013-06-16 23:10 UTC (History)
0 users

See Also:


Attachments
file.diff (2.12 KB, patch)
2013-05-22 18:20 UTC, Pawel Pekala
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Pekala freebsd_committer freebsd_triage 2013-05-22 18:20:00 UTC
Simple update to 0.8.5

Improves OpenSubtitles.org subtitle fetching

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-22 18:20:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-06-16 23:01:34 UTC
Responsible Changed
From-To: dhn->wg

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-16 23:03:55 UTC
Author: wg
Date: Sun Jun 16 22:03:47 2013
New Revision: 321079
URL: http://svnweb.freebsd.org/changeset/ports/321079

Log:
  multimedia/smplayer: update to 0.8.5
  
  - Update to 0.8.5 [1]
  - NOPORTDOCS -> PORT_OPTIONS:MDOCS
  
  PR:		ports/178836 [1]
  Submitted by:	pawel
  Approved by:	culot / jpaetzel (mentors, implicit), maintainer (timeout)

Modified:
  head/multimedia/smplayer/Makefile
  head/multimedia/smplayer/distinfo
  head/multimedia/smplayer/pkg-plist

Modified: head/multimedia/smplayer/Makefile
==============================================================================
--- head/multimedia/smplayer/Makefile	Sun Jun 16 21:55:09 2013	(r321078)
+++ head/multimedia/smplayer/Makefile	Sun Jun 16 22:03:47 2013	(r321079)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	smplayer
-DISTVERSION=	0.8.3
+DISTVERSION=	0.8.5
 CATEGORIES=	multimedia audio kde
 MASTER_SITES=	SF/${PORTNAME}/SMPlayer/${PORTVERSION}
 
@@ -28,6 +28,8 @@ MANCOMPRESSED=	yes
 PORTDOCS=	Changelog Copying.txt Install.txt Not_so_obvious_things.txt \
 		Readme.txt Release_notes.txt
 
+.include <bsd.port.options.mk>
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|qmake|${QMAKE}|g' \
 		-e 's|lrelease|${QT_PREFIX}/bin/lrelease-qt4|g' \
@@ -36,11 +38,9 @@ post-patch:
 		${WRKSRC}/Makefile
 
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
-.for doc in ${PORTDOCS}
-	@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
-.endfor
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
 .endif
 
 .include <bsd.port.mk>

Modified: head/multimedia/smplayer/distinfo
==============================================================================
--- head/multimedia/smplayer/distinfo	Sun Jun 16 21:55:09 2013	(r321078)
+++ head/multimedia/smplayer/distinfo	Sun Jun 16 22:03:47 2013	(r321079)
@@ -1,2 +1,2 @@
-SHA256 (smplayer-0.8.3.tar.bz2) = 835141111697c9e5b68b6dc5c96b4b38c1c0eed41f02d42ff1467e932a996435
-SIZE (smplayer-0.8.3.tar.bz2) = 3201389
+SHA256 (smplayer-0.8.5.tar.bz2) = 3c772738bbd4da2f5ff0e28408dab57dbf3fcdebc9d58097da45b0f2b0da6e6d
+SIZE (smplayer-0.8.5.tar.bz2) = 3343452

Modified: head/multimedia/smplayer/pkg-plist
==============================================================================
--- head/multimedia/smplayer/pkg-plist	Sun Jun 16 21:55:09 2013	(r321078)
+++ head/multimedia/smplayer/pkg-plist	Sun Jun 16 22:03:47 2013	(r321079)
@@ -26,6 +26,7 @@ share/icons/hicolor/scalable/apps/smplay
 %%DATADIR%%/translations/smplayer_fi.qm
 %%DATADIR%%/translations/smplayer_fr.qm
 %%DATADIR%%/translations/smplayer_gl.qm
+%%DATADIR%%/translations/smplayer_he_IL.qm
 %%DATADIR%%/translations/smplayer_hr.qm
 %%DATADIR%%/translations/smplayer_hu.qm
 %%DATADIR%%/translations/smplayer_it.qm
@@ -35,6 +36,7 @@ share/icons/hicolor/scalable/apps/smplay
 %%DATADIR%%/translations/smplayer_ku.qm
 %%DATADIR%%/translations/smplayer_lt.qm
 %%DATADIR%%/translations/smplayer_mk.qm
+%%DATADIR%%/translations/smplayer_ms_MY.qm
 %%DATADIR%%/translations/smplayer_nl.qm
 %%DATADIR%%/translations/smplayer_pl.qm
 %%DATADIR%%/translations/smplayer_pt.qm
@@ -45,6 +47,7 @@ share/icons/hicolor/scalable/apps/smplay
 %%DATADIR%%/translations/smplayer_sl_SI.qm
 %%DATADIR%%/translations/smplayer_sr.qm
 %%DATADIR%%/translations/smplayer_sv.qm
+%%DATADIR%%/translations/smplayer_th.qm
 %%DATADIR%%/translations/smplayer_tr.qm
 %%DATADIR%%/translations/smplayer_uk_UA.qm
 %%DATADIR%%/translations/smplayer_vi_VN.qm
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-06-16 23:04:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!