ports/157551: New port: multimedia/umplayer - A modern front-end for mplayer

Zhihao Yuan lichray at gmail.com
Fri Jun 3 06:30:11 UTC 2011


>Number:         157551
>Category:       ports
>Synopsis:       New port: multimedia/umplayer - A modern front-end for mplayer
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 03 06:30:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Zhihao Yuan
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
Northern Illinois University
>Environment:
System: FreeBSD compaq.yuetime 8.2-STABLE FreeBSD 8.2-STABLE #1 r221793M: Wed May 11 21:44:19 CDT 2011 lichray at compaq.yuetime:/home/lichray/temp/obj/home/lichray/devel/freebsd-stable/sys/HOUKAGO amd64


	
>Description:
	
	The development of the famous mplayer front-end SMPlayer is stopped. This UMPlayer is forked from it. Check http://www.umplayer.com/ for details.
>How-To-Repeat:
	
>Fix:

	

--- umplayer.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	umplayer
#	umplayer/pkg-descr
#	umplayer/files
#	umplayer/files/patch-src_umplayer.cpp
#	umplayer/distinfo
#	umplayer/pkg-plist
#	umplayer/Makefile
#
echo c - umplayer
mkdir -p umplayer > /dev/null 2>&1
echo x - umplayer/pkg-descr
sed 's/^X//' >umplayer/pkg-descr << '61f92588bfada096acb92a1de9b83f33'
XUMPlayer is the multimedia player that fills all your needs. With dozens of
Xadvanced features and built-in codecs it can handle any media format, and
Xcan play Audio CDs, DVDs, (S)VCDs, TV / Radio cards, YouTube" and
XSHOUTcast" streams and even incomplete or damaged media files.
X
XWWW: http://www.umplayer.com/
61f92588bfada096acb92a1de9b83f33
echo c - umplayer/files
mkdir -p umplayer/files > /dev/null 2>&1
echo x - umplayer/files/patch-src_umplayer.cpp
sed 's/^X//' >umplayer/files/patch-src_umplayer.cpp << '944703f285dd80c48b4831a0677882cb'
X--- ./src/umplayer.cpp.orig	2011-03-29 07:43:57.000000000 -0500
X+++ ./src/umplayer.cpp	2011-06-03 01:07:11.292091723 -0500
X@@ -443,13 +443,13 @@ void UMPlayer::showInfo() {
X             .arg(umplayerVersion())
X #ifdef Q_OS_LINUX
X            .arg("Linux")
X-#else
X-#ifdef Q_OS_WIN
X+#elif defined(Q_OS_FREEBSD)
X+           .arg("FreeBSD")
X+#elif defined(Q_OS_WIN)
X            .arg("Windows ("+win_ver+")")
X #else
X 		   .arg("Other OS")
X #endif
X-#endif
X            ;
X 
X 	printf("%s\n", s.toLocal8Bit().data() );
944703f285dd80c48b4831a0677882cb
echo x - umplayer/distinfo
sed 's/^X//' >umplayer/distinfo << 'ff3d7b18b3372faa36d95aa68a4c4d7c'
XSHA256 (umplayer-0.95.tar.xz) = 21554e8e69750e9ed7bf01f45ff1783900d87f5b494d8df82e14514a087c98ec
XSIZE (umplayer-0.95.tar.xz) = 21482560
ff3d7b18b3372faa36d95aa68a4c4d7c
echo x - umplayer/pkg-plist
sed 's/^X//' >umplayer/pkg-plist << '14b4b1120b29f0613326c4cf7760f312'
Xbin/umplayer
Xshare/applications/umplayer.desktop
Xshare/applications/umplayer_enqueue.desktop
X%%PORTDOCS%%%%DOCSDIR%%/Audio_equalizer.txt
X%%PORTDOCS%%%%DOCSDIR%%/Changelog
X%%PORTDOCS%%%%DOCSDIR%%/Configuring_the_toolbars.txt
X%%PORTDOCS%%%%DOCSDIR%%/Copying.txt
X%%PORTDOCS%%%%DOCSDIR%%/Finding_subtitles.txt
X%%PORTDOCS%%%%DOCSDIR%%/Install.txt
X%%PORTDOCS%%%%DOCSDIR%%/Not_so_obvious_things.txt
X%%PORTDOCS%%%%DOCSDIR%%/Portable_Edition.txt
X%%PORTDOCS%%%%DOCSDIR%%/Readme.txt
X%%PORTDOCS%%%%DOCSDIR%%/Release_notes.txt
X%%PORTDOCS%%%%DOCSDIR%%/Watching_TV.txt
X%%PORTDOCS%%%%DOCSDIR%%/cs/faq.html
X%%PORTDOCS%%%%DOCSDIR%%/cs/gpl.html
X%%PORTDOCS%%%%DOCSDIR%%/de/gpl.html
X%%PORTDOCS%%%%DOCSDIR%%/dvdmenus.txt
X%%PORTDOCS%%%%DOCSDIR%%/en/faq.html
X%%PORTDOCS%%%%DOCSDIR%%/en/gpl.html
X%%PORTDOCS%%%%DOCSDIR%%/es/gpl.html
X%%PORTDOCS%%%%DOCSDIR%%/gpl.txt
X%%PORTDOCS%%%%DOCSDIR%%/hu/faq.html
X%%PORTDOCS%%%%DOCSDIR%%/hu/gpl.html
X%%PORTDOCS%%%%DOCSDIR%%/it/faq.html
X%%PORTDOCS%%%%DOCSDIR%%/it/gpl.html
X%%PORTDOCS%%%%DOCSDIR%%/ja/faq.html
X%%PORTDOCS%%%%DOCSDIR%%/ja/gpl.html
X%%PORTDOCS%%%%DOCSDIR%%/nl/gpl.html
X%%PORTDOCS%%%%DOCSDIR%%/ro/gpl.html
X%%PORTDOCS%%%%DOCSDIR%%/ru/faq.html
X%%PORTDOCS%%%%DOCSDIR%%/ru/gpl.html
Xshare/icons/hicolor/16x16/apps/umplayer.png
Xshare/icons/hicolor/22x22/apps/umplayer.png
Xshare/icons/hicolor/32x32/apps/umplayer.png
Xshare/icons/hicolor/64x64/apps/umplayer.png
X%%DATADIR%%/input.conf
X%%DATADIR%%/shortcuts/default.keys
X%%DATADIR%%/shortcuts/sda.keys
X%%DATADIR%%/themes/Black/bg-mediabar.png
X%%DATADIR%%/themes/Black/bg-menu.png
X%%DATADIR%%/themes/Black/bg-panel-left.png
X%%DATADIR%%/themes/Black/bg-panel-right.png
X%%DATADIR%%/themes/Black/bg-panel.png
X%%DATADIR%%/themes/Black/bg-search-box-left.png
X%%DATADIR%%/themes/Black/bg-search-box-right.png
X%%DATADIR%%/themes/Black/bg-search-box.png
X%%DATADIR%%/themes/Black/bg-seekbar-buffering.png
X%%DATADIR%%/themes/Black/bg-seekbar-left.png
X%%DATADIR%%/themes/Black/bg-seekbar-progress.png
X%%DATADIR%%/themes/Black/bg-seekbar-right.png
X%%DATADIR%%/themes/Black/bg-seekbar.png
X%%DATADIR%%/themes/Black/bg-toolbar.png
X%%DATADIR%%/themes/Black/bg-volumebar-progress.png
X%%DATADIR%%/themes/Black/bg-volumebar.png
X%%DATADIR%%/themes/Black/button-equalizer.png
X%%DATADIR%%/themes/Black/button-fastforward.png
X%%DATADIR%%/themes/Black/button-fullscreen.png
X%%DATADIR%%/themes/Black/button-max-volume.png
X%%DATADIR%%/themes/Black/button-min-volume.png
X%%DATADIR%%/themes/Black/button-next.png
X%%DATADIR%%/themes/Black/button-play-pause.png
X%%DATADIR%%/themes/Black/button-playlist.png
X%%DATADIR%%/themes/Black/button-previous.png
X%%DATADIR%%/themes/Black/button-record.png
X%%DATADIR%%/themes/Black/button-repeat.png
X%%DATADIR%%/themes/Black/button-rewind.png
X%%DATADIR%%/themes/Black/button-seek-knob.png
X%%DATADIR%%/themes/Black/button-shuffle.png
X%%DATADIR%%/themes/Black/button-stop.png
X%%DATADIR%%/themes/Black/button-toolbar.png
X%%DATADIR%%/themes/Black/button-volume-knob.png
X%%DATADIR%%/themes/Black/main.css
X%%DATADIR%%/themes/Black/search-arrow.png
X%%DATADIR%%/themes/Black/search-icon.png
X%%DATADIR%%/themes/Black/search-shoutcast.png
X%%DATADIR%%/themes/Black/search-youtube.png
X%%DATADIR%%/themes/Gonzo/bg-mediabar.png
X%%DATADIR%%/themes/Gonzo/bg-menu.png
X%%DATADIR%%/themes/Gonzo/bg-panel-left.png
X%%DATADIR%%/themes/Gonzo/bg-panel-right.png
X%%DATADIR%%/themes/Gonzo/bg-panel.png
X%%DATADIR%%/themes/Gonzo/bg-search-box-left.png
X%%DATADIR%%/themes/Gonzo/bg-search-box-right.png
X%%DATADIR%%/themes/Gonzo/bg-search-box.png
X%%DATADIR%%/themes/Gonzo/bg-seekbar-buffering.png
X%%DATADIR%%/themes/Gonzo/bg-seekbar-left.png
X%%DATADIR%%/themes/Gonzo/bg-seekbar-progress.png
X%%DATADIR%%/themes/Gonzo/bg-seekbar-right.png
X%%DATADIR%%/themes/Gonzo/bg-seekbar.png
X%%DATADIR%%/themes/Gonzo/bg-toolbar.png
X%%DATADIR%%/themes/Gonzo/bg-volumebar-progress.png
X%%DATADIR%%/themes/Gonzo/bg-volumebar.png
X%%DATADIR%%/themes/Gonzo/button-equalizer.png
X%%DATADIR%%/themes/Gonzo/button-fastforward.png
X%%DATADIR%%/themes/Gonzo/button-fullscreen.png
X%%DATADIR%%/themes/Gonzo/button-max-volume.png
X%%DATADIR%%/themes/Gonzo/button-min-volume.png
X%%DATADIR%%/themes/Gonzo/button-next.png
X%%DATADIR%%/themes/Gonzo/button-play-pause.png
X%%DATADIR%%/themes/Gonzo/button-playlist.png
X%%DATADIR%%/themes/Gonzo/button-previous.png
X%%DATADIR%%/themes/Gonzo/button-record.png
X%%DATADIR%%/themes/Gonzo/button-repeat.png
X%%DATADIR%%/themes/Gonzo/button-rewind.png
X%%DATADIR%%/themes/Gonzo/button-seek-knob.png
X%%DATADIR%%/themes/Gonzo/button-shuffle.png
X%%DATADIR%%/themes/Gonzo/button-stop.png
X%%DATADIR%%/themes/Gonzo/button-toolbar.png
X%%DATADIR%%/themes/Gonzo/button-volume-knob.png
X%%DATADIR%%/themes/Gonzo/main.css
X%%DATADIR%%/themes/Gonzo/search-arrow.png
X%%DATADIR%%/themes/Gonzo/search-icon.png
X%%DATADIR%%/themes/Gonzo/search-shoutcast.png
X%%DATADIR%%/themes/Gonzo/search-youtube.png
X%%DATADIR%%/themes/Gonzo/toolbar-splitter.png
X%%DATADIR%%/themes/Gonzo/toolbar-splitter2.png
X%%DATADIR%%/themes/Mac/bg-mediabar.png
X%%DATADIR%%/themes/Mac/bg-menu.png
X%%DATADIR%%/themes/Mac/bg-panel-left.png
X%%DATADIR%%/themes/Mac/bg-panel-right.png
X%%DATADIR%%/themes/Mac/bg-panel.png
X%%DATADIR%%/themes/Mac/bg-search-box-left.png
X%%DATADIR%%/themes/Mac/bg-search-box-right.png
X%%DATADIR%%/themes/Mac/bg-search-box.png
X%%DATADIR%%/themes/Mac/bg-seekbar-buffering.png
X%%DATADIR%%/themes/Mac/bg-seekbar-left.png
X%%DATADIR%%/themes/Mac/bg-seekbar-progress.png
X%%DATADIR%%/themes/Mac/bg-seekbar-right.png
X%%DATADIR%%/themes/Mac/bg-seekbar.png
X%%DATADIR%%/themes/Mac/bg-toolbar.png
X%%DATADIR%%/themes/Mac/bg-volumebar-progress.png
X%%DATADIR%%/themes/Mac/bg-volumebar.png
X%%DATADIR%%/themes/Mac/button-equalizer.png
X%%DATADIR%%/themes/Mac/button-fastforward.png
X%%DATADIR%%/themes/Mac/button-fullscreen.png
X%%DATADIR%%/themes/Mac/button-max-volume.png
X%%DATADIR%%/themes/Mac/button-min-volume.png
X%%DATADIR%%/themes/Mac/button-next.png
X%%DATADIR%%/themes/Mac/button-play-pause.png
X%%DATADIR%%/themes/Mac/button-playlist.png
X%%DATADIR%%/themes/Mac/button-previous.png
X%%DATADIR%%/themes/Mac/button-record.png
X%%DATADIR%%/themes/Mac/button-repeat.png
X%%DATADIR%%/themes/Mac/button-rewind.png
X%%DATADIR%%/themes/Mac/button-seek-knob.png
X%%DATADIR%%/themes/Mac/button-shuffle.png
X%%DATADIR%%/themes/Mac/button-stop.png
X%%DATADIR%%/themes/Mac/button-toolbar.png
X%%DATADIR%%/themes/Mac/button-volume-knob.png
X%%DATADIR%%/themes/Mac/main.css
X%%DATADIR%%/themes/Mac/search-arrow.png
X%%DATADIR%%/themes/Mac/search-icon.png
X%%DATADIR%%/themes/Mac/search-shoutcast.png
X%%DATADIR%%/themes/Mac/search-youtube.png
X%%DATADIR%%/themes/Modern/bg-mediabar.png
X%%DATADIR%%/themes/Modern/bg-menu.png
X%%DATADIR%%/themes/Modern/bg-panel-left.png
X%%DATADIR%%/themes/Modern/bg-panel-right.png
X%%DATADIR%%/themes/Modern/bg-panel.png
X%%DATADIR%%/themes/Modern/bg-search-box-left.png
X%%DATADIR%%/themes/Modern/bg-search-box-right.png
X%%DATADIR%%/themes/Modern/bg-search-box.png
X%%DATADIR%%/themes/Modern/bg-seekbar-buffering.png
X%%DATADIR%%/themes/Modern/bg-seekbar-left.png
X%%DATADIR%%/themes/Modern/bg-seekbar-progress.png
X%%DATADIR%%/themes/Modern/bg-seekbar-right.png
X%%DATADIR%%/themes/Modern/bg-seekbar.png
X%%DATADIR%%/themes/Modern/bg-toolbar.png
X%%DATADIR%%/themes/Modern/bg-volumebar-progress.png
X%%DATADIR%%/themes/Modern/bg-volumebar.png
X%%DATADIR%%/themes/Modern/button-equalizer.png
X%%DATADIR%%/themes/Modern/button-fastforward.png
X%%DATADIR%%/themes/Modern/button-fullscreen.png
X%%DATADIR%%/themes/Modern/button-max-volume.png
X%%DATADIR%%/themes/Modern/button-min-volume.png
X%%DATADIR%%/themes/Modern/button-next.png
X%%DATADIR%%/themes/Modern/button-play-pause.png
X%%DATADIR%%/themes/Modern/button-playlist.png
X%%DATADIR%%/themes/Modern/button-previous.png
X%%DATADIR%%/themes/Modern/button-record.png
X%%DATADIR%%/themes/Modern/button-repeat.png
X%%DATADIR%%/themes/Modern/button-rewind.png
X%%DATADIR%%/themes/Modern/button-seek-knob.png
X%%DATADIR%%/themes/Modern/button-shuffle.png
X%%DATADIR%%/themes/Modern/button-stop.png
X%%DATADIR%%/themes/Modern/button-toolbar.png
X%%DATADIR%%/themes/Modern/button-volume-knob.png
X%%DATADIR%%/themes/Modern/main.css
X%%DATADIR%%/themes/Modern/search-arrow.png
X%%DATADIR%%/themes/Modern/search-icon.png
X%%DATADIR%%/themes/Modern/search-shoutcast.png
X%%DATADIR%%/themes/Modern/search-youtube.png
X%%DATADIR%%/themes/Vista/bg-mediabar.png
X%%DATADIR%%/themes/Vista/bg-menu.png
X%%DATADIR%%/themes/Vista/bg-panel-left.png
X%%DATADIR%%/themes/Vista/bg-panel-right.png
X%%DATADIR%%/themes/Vista/bg-panel.png
X%%DATADIR%%/themes/Vista/bg-search-box-left.png
X%%DATADIR%%/themes/Vista/bg-search-box-right.png
X%%DATADIR%%/themes/Vista/bg-search-box.png
X%%DATADIR%%/themes/Vista/bg-seekbar-buffering.png
X%%DATADIR%%/themes/Vista/bg-seekbar-left.png
X%%DATADIR%%/themes/Vista/bg-seekbar-progress.png
X%%DATADIR%%/themes/Vista/bg-seekbar-right.png
X%%DATADIR%%/themes/Vista/bg-seekbar.png
X%%DATADIR%%/themes/Vista/bg-toolbar.png
X%%DATADIR%%/themes/Vista/bg-volumebar-progress.png
X%%DATADIR%%/themes/Vista/bg-volumebar.png
X%%DATADIR%%/themes/Vista/button-equalizer.png
X%%DATADIR%%/themes/Vista/button-fastforward.png
X%%DATADIR%%/themes/Vista/button-fullscreen.png
X%%DATADIR%%/themes/Vista/button-max-volume.png
X%%DATADIR%%/themes/Vista/button-min-volume.png
X%%DATADIR%%/themes/Vista/button-next.png
X%%DATADIR%%/themes/Vista/button-play-pause.png
X%%DATADIR%%/themes/Vista/button-playlist.png
X%%DATADIR%%/themes/Vista/button-previous.png
X%%DATADIR%%/themes/Vista/button-record.png
X%%DATADIR%%/themes/Vista/button-repeat.png
X%%DATADIR%%/themes/Vista/button-rewind.png
X%%DATADIR%%/themes/Vista/button-seek-knob.png
X%%DATADIR%%/themes/Vista/button-shuffle.png
X%%DATADIR%%/themes/Vista/button-stop.png
X%%DATADIR%%/themes/Vista/button-toolbar.png
X%%DATADIR%%/themes/Vista/button-volume-knob.png
X%%DATADIR%%/themes/Vista/main.css
X%%DATADIR%%/themes/Vista/search-arrow.png
X%%DATADIR%%/themes/Vista/search-icon.png
X%%DATADIR%%/themes/Vista/search-shoutcast.png
X%%DATADIR%%/themes/Vista/search-youtube.png
X%%DATADIR%%/translations/umplayer_ar_SY.qm
X%%DATADIR%%/translations/umplayer_bg.qm
X%%DATADIR%%/translations/umplayer_ca.qm
X%%DATADIR%%/translations/umplayer_cs.qm
X%%DATADIR%%/translations/umplayer_de.qm
X%%DATADIR%%/translations/umplayer_el_GR.qm
X%%DATADIR%%/translations/umplayer_en_US.qm
X%%DATADIR%%/translations/umplayer_es.qm
X%%DATADIR%%/translations/umplayer_et.qm
X%%DATADIR%%/translations/umplayer_eu.qm
X%%DATADIR%%/translations/umplayer_fi.qm
X%%DATADIR%%/translations/umplayer_fr.qm
X%%DATADIR%%/translations/umplayer_gl.qm
X%%DATADIR%%/translations/umplayer_hu.qm
X%%DATADIR%%/translations/umplayer_it.qm
X%%DATADIR%%/translations/umplayer_ja.qm
X%%DATADIR%%/translations/umplayer_ka.qm
X%%DATADIR%%/translations/umplayer_ko.qm
X%%DATADIR%%/translations/umplayer_ku.qm
X%%DATADIR%%/translations/umplayer_mk.qm
X%%DATADIR%%/translations/umplayer_nl.qm
X%%DATADIR%%/translations/umplayer_pl.qm
X%%DATADIR%%/translations/umplayer_pt.qm
X%%DATADIR%%/translations/umplayer_pt_BR.qm
X%%DATADIR%%/translations/umplayer_ro_RO.qm
X%%DATADIR%%/translations/umplayer_ru_RU.qm
X%%DATADIR%%/translations/umplayer_sk.qm
X%%DATADIR%%/translations/umplayer_sl_SI.qm
X%%DATADIR%%/translations/umplayer_sr.qm
X%%DATADIR%%/translations/umplayer_sv.qm
X%%DATADIR%%/translations/umplayer_tr.qm
X%%DATADIR%%/translations/umplayer_uk_UA.qm
X%%DATADIR%%/translations/umplayer_vi_VN.qm
X%%DATADIR%%/translations/umplayer_zh_CN.qm
X%%DATADIR%%/translations/umplayer_zh_TW.qm
X at dirrm %%DATADIR%%/translations
X at dirrm %%DATADIR%%/themes/Vista
X at dirrm %%DATADIR%%/themes/Modern
X at dirrm %%DATADIR%%/themes/Mac
X at dirrm %%DATADIR%%/themes/Gonzo
X at dirrm %%DATADIR%%/themes/Black
X at dirrm %%DATADIR%%/themes
X at dirrm %%DATADIR%%/shortcuts
X at dirrm %%DATADIR%%
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/ru
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/ro
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/nl
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/ja
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/it
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/hu
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/es
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/de
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/cs
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
14b4b1120b29f0613326c4cf7760f312
echo x - umplayer/Makefile
sed 's/^X//' >umplayer/Makefile << '1e4a68f00d7ae97d6fc5c71247e90304'
X# New ports collection makefile for:	umplayer
X# Date created:				2 May, 2011
X# Whom:	Zhihao Yuan <lichray at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	umplayer
XDISTVERSION=	0.95
XCATEGORIES=	multimedia audio kde
XMASTER_SITES=
X
XMAINTAINER=	lichray at gmail.com
XCOMMENT=	A modern front-end for mplayer (forked from smplayer)
X
XRUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer
X
XUSE_QT_VER=	4
XQT_COMPONENTS=	gui network xml qmake_build moc_build rcc_build uic_build \
X		linguist_build
X
XALL_TARGET=	src/umplayer
X
XUSE_XZ=	yes
XUSE_GMAKE=	yes
XINSTALLS_ICONS=	yes
XMAKE_ARGS+=	QMAKE_OPTS="DEFINES+=NO_DEBUG_ON_CONSOLE"
X
XMAN1=		umplayer.1
XMANCOMPRESSED=	yes
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|qmake|${QMAKE}|g' \
X		-e 's|lrelease|${QT_PREFIX}/bin/lrelease-qt4|g' \
X		-e 's|PREFIX=/usr/local|PREFIX=${PREFIX}|g' \
X		-e 's,/share/man,/man,g' \
X		-e 's|/doc/packages|/doc|' \
X		-e 's|^.*/get_svn_revision.sh$$||' \
X		${WRKSRC}/Makefile
X
X.include <bsd.port.mk>
1e4a68f00d7ae97d6fc5c71247e90304
exit
--- umplayer.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list