Summary: | audio/quimup: Update to version 1.3.0 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | tkato432 | ||||
Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
tkato432
2013-02-28 18:10:04 UTC
Responsible Changed From-To: freebsd-ports-bugs->araujo araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) Responsible Changed From-To: araujo->miwi I'll take it. State Changed From-To: open->closed Committed. Thanks! Author: miwi Date: Sat Mar 2 14:54:49 2013 New Revision: 313254 URL: http://svnweb.freebsd.org/changeset/ports/313254 Log: - Update to 1.3.0 PR: 176538 Submitted by: Ports Fury Modified: head/print/typetools/Makefile head/print/typetools/distinfo (contents, props changed) Modified: head/print/typetools/Makefile ============================================================================== --- head/print/typetools/Makefile Sat Mar 2 14:54:19 2013 (r313253) +++ head/print/typetools/Makefile Sat Mar 2 14:54:49 2013 (r313254) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= typetools -PORTVERSION= 2.92 -PORTREVISION= 1 +PORTVERSION= 2.97 CATEGORIES= print MASTER_SITES= http://www.lcdf.org/type/ DISTNAME= lcdf-${PORTNAME}-${PORTVERSION} @@ -11,11 +10,14 @@ DISTNAME= lcdf-${PORTNAME}-${PORTVERSION MAINTAINER= ports@FreeBSD.org COMMENT= Tools for manipulating fonts +LICENSE= GPLv2 + BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX-base -MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_header_kpathsea_kpathsea_h=yes CONFIGURE_ARGS= --with-kpathsea=${LOCALBASE} +MAKE_JOBS_SAFE= yes MAN1= cfftot1.1 mmafm.1 mmpfb.1 otfinfo.1 otftotfm.1 t1dotlessj.1 \ t1lint.1 t1rawafm.1 t1reencode.1 t1testpage.1 ttftotype42.1 Modified: head/print/typetools/distinfo ============================================================================== --- head/print/typetools/distinfo Sat Mar 2 14:54:19 2013 (r313253) +++ head/print/typetools/distinfo Sat Mar 2 14:54:49 2013 (r313254) @@ -1,2 +1,2 @@ -SHA256 (lcdf-typetools-2.92.tar.gz) = a7a9eeab572f4f392870f6e70e291235af18633b30ac179342efb5e99b426860 -SIZE (lcdf-typetools-2.92.tar.gz) = 588653 +SHA256 (lcdf-typetools-2.97.tar.gz) = 761746041c669fa3673a3e90ec7a247abd0e2782bdddf0fc5d7ab70b33b6f975 +SIZE (lcdf-typetools-2.97.tar.gz) = 616431 _______________________________________________ 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" Author: miwi Date: Sat Mar 2 15:00:14 2013 New Revision: 313257 URL: http://svnweb.freebsd.org/changeset/ports/313257 Log: - Update to version 1.3.0 PR: 176538 Submitted by: Ports Fury Modified: head/audio/quimup/Makefile head/audio/quimup/distinfo (contents, props changed) head/audio/quimup/pkg-descr (contents, props changed) Modified: head/audio/quimup/Makefile ============================================================================== --- head/audio/quimup/Makefile Sat Mar 2 14:57:42 2013 (r313256) +++ head/audio/quimup/Makefile Sat Mar 2 15:00:14 2013 (r313257) @@ -2,54 +2,42 @@ # $FreeBSD$ PORTNAME= quimup -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.3.0 CATEGORIES= audio -MASTER_SITES= SF -MASTER_SITE_SUBDIR=musicpd/Quimup/${PORTVERSION} -DISTNAME= ${PORTNAME}_${DISTVERSION}_source +MASTER_SITES= SF/musicpd/Quimup/${PORTVERSION} +DISTNAME= ${PORTNAME}_${PORTVERSION}_src MAINTAINER= ports@FreeBSD.org -COMMENT= QT4 Client for MPD (the Music Player Daemon) +COMMENT= Qt4 Client for MPD (the Music Player Daemon) -LIB_DEPENDS= mpdclient.2:${PORTSDIR}/audio/libmpdclient +LICENSE= GPLv2 # (or later) -USE_QT4= corelib gui network \ - qmake_build moc_build rcc_build uic_build -QMAKE_ARGS= PREFIX=${PREFIX} +LIB_DEPENDS= mpdclient:${PORTSDIR}/audio/libmpdclient WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} +USE_QT4= corelib gui network \ + moc_build qmake_build rcc_build uic_build +MAKE_JOBS_SAFE= yes + PLIST_FILES= bin/${PORTNAME} \ - share/icons/hicolor/32x32/apps/${PORTNAME}.png \ - share/icons/hicolor/48x48/apps/${PORTNAME}.png \ - share/icons/hicolor/64x64/apps/${PORTNAME}.png -PLIST_DIRS= share/icons/hicolor/32x32/apps \ - share/icons/hicolor/32x32 \ - share/icons/hicolor/48x48/apps \ - share/icons/hicolor/48x48 \ - share/icons/hicolor/64x64/apps \ - share/icons/hicolor/64x64 \ - share/icons/hicolor \ - share/icons + share/pixmaps/${PORTNAME}.png + +DESKTOP_ENTRIES="Quimup" "" "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ + "${PORTNAME}" "Audio;AudioVideo;Qt;" true -.include <bsd.port.pre.mk> +post-patch: + @${REINPLACE_CMD} -e \ + 's|qt release -O2|qt| ; \ + s|/usr/lib/|${LOCALBASE}/lib/| ; \ + s|^QMAKE_|#QMAKE_|' ${WRKSRC}/${PORTNAME}.pro do-configure: - ${REINPLACE_CMD} -e 's|/usr/lib/libmpdclient.so|${LOCALBASE}/lib/libmpdclient.so|' \ - ${WRKSRC}/${PORTNAME}.pro - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKE_ARGS} + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS}) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${MKDIR} ${PREFIX}/share/icons/hicolor/32x32/apps - ${MKDIR} ${PREFIX}/share/icons/hicolor/48x48/apps - ${MKDIR} ${PREFIX}/share/icons/hicolor/64x64/apps - ${INSTALL_DATA} ${WRKSRC}/Icons/${PORTNAME}32.png \ - ${PREFIX}/share/icons/hicolor/32x32/apps/${PORTNAME}.png - ${INSTALL_DATA} ${WRKSRC}/Icons/${PORTNAME}48.png \ - ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png - ${INSTALL_DATA} ${WRKSRC}/Icons/${PORTNAME}64.png \ - ${PREFIX}/share/icons/hicolor/64x64/apps/${PORTNAME}.png + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin) + (cd ${WRKSRC}/src/resources && ${INSTALL_DATA} mn_icon.png \ + ${PREFIX}/share/pixmaps/${PORTNAME}.png) -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/audio/quimup/distinfo ============================================================================== --- head/audio/quimup/distinfo Sat Mar 2 14:57:42 2013 (r313256) +++ head/audio/quimup/distinfo Sat Mar 2 15:00:14 2013 (r313257) @@ -1,2 +1,2 @@ -SHA256 (quimup_1.2.0_source.tar.gz) = 194632a593df5c326222d61cd12fd2d0fa96438e25bf79efc82877070e12ebac -SIZE (quimup_1.2.0_source.tar.gz) = 231147 +SHA256 (quimup_1.3.0_src.tar.gz) = 9a3a93285c66ffa96b3c66399ec9ac88b7d5ecf2559a868dca93a08158a3bae5 +SIZE (quimup_1.3.0_src.tar.gz) = 245760 Modified: head/audio/quimup/pkg-descr ============================================================================== --- head/audio/quimup/pkg-descr Sat Mar 2 14:57:42 2013 (r313256) +++ head/audio/quimup/pkg-descr Sat Mar 2 15:00:14 2013 (r313257) @@ -1,5 +1,5 @@ QUIMUP is a 'graphical' client for the music player daemon (MPD) -written in C++ and QT4. +written in C++ and Qt4. Features include: @@ -13,4 +13,4 @@ Features include: * Open folder in external programs to edit tags etc. * Generally a quick and clean application. -WWW: http://coonsden.com/?page_id=145 +WWW: http://coonsden.com/?cat=4 _______________________________________________ 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" |