Bug 183641 - audio/deforaos-mixer staging support
Summary: audio/deforaos-mixer staging support
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-11-03 23:40 UTC by olivier
Modified: 2013-11-04 21:00 UTC (History)
0 users

See Also:


Attachments
file.diff (910 bytes, patch)
2013-11-03 23:40 UTC, olivier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description olivier 2013-11-03 23:40:00 UTC
Add staging support.

Fix: Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-11-04 20:46:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-11-04 20:52:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-11-04 20:52:03 UTC
Author: wg
Date: Mon Nov  4 20:51:55 2013
New Revision: 332781
URL: http://svnweb.freebsd.org/changeset/ports/332781

Log:
  audio/deforaos-mixer: allow staging
  
  - Allow staging
  - Bump revision for libdesktop
  
  PR:		ports/183641
  Submitted by:	maintainer

Modified:
  head/audio/deforaos-mixer/Makefile

Modified: head/audio/deforaos-mixer/Makefile
==============================================================================
--- head/audio/deforaos-mixer/Makefile	Mon Nov  4 20:49:15 2013	(r332780)
+++ head/audio/deforaos-mixer/Makefile	Mon Nov  4 20:51:55 2013	(r332781)
@@ -3,26 +3,25 @@
 
 PORTNAME=	mixer
 PORTVERSION=	0.1.1
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://www.defora.org/os/download/download/3705/
-DISTNAME=	Mixer-${PORTVERSION}
 PKGNAMEPREFIX=	deforaos-
+DISTNAME=	Mixer-${PORTVERSION}
 
 MAINTAINER=	olivier@cochard.me
 COMMENT=	DeforaOS desktop audio mixer
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	Desktop:${PORTSDIR}/x11/deforaos-libdesktop
+LIB_DEPENDS=	libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop
 
 MAKE_ARGS=	PREFIX=${PREFIX}
-USES=		pkgconfig gettext
-NO_STAGE=	yes
-USE_GNOME=	gtk20 desktopfileutils
+USES=		desktop-file-utils gettext pkgconfig
+USE_GNOME=	gtk20
 PLIST_FILES=	bin/mixer \
 		share/applications/mixer.desktop \
 		share/locale/fr/LC_MESSAGES/Mixer.mo
-
 post-patch:
 	${REINPLACE_CMD} -e 's|Exec=mixer|Exec=${LOCALBASE}/bin/mixer|g' \
 		${WRKSRC}/data/mixer.desktop
_______________________________________________
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"