Bug 183640

Summary: deskutils/deforaos-todo staging support
Product: Ports & Packages Reporter: olivier
Component: Individual Port(s)Assignee: William Grzybowski <wg>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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:24 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:46:31 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-11-04 20:46:32 UTC
Author: wg
Date: Mon Nov  4 20:46:19 2013
New Revision: 332779
URL: http://svnweb.freebsd.org/changeset/ports/332779

Log:
  deskutils/deforaos-todo: bump revision and modernize
  
  - Bump revision for libdesktop update
  - Allow staging
  - USES desktop-file-utils
  
  PR:		ports/183640
  Submitted by:	maintainer

Modified:
  head/deskutils/deforaos-todo/Makefile
  head/deskutils/deforaos-todo/pkg-plist

Modified: head/deskutils/deforaos-todo/Makefile
==============================================================================
--- head/deskutils/deforaos-todo/Makefile	Mon Nov  4 20:40:43 2013	(r332778)
+++ head/deskutils/deforaos-todo/Makefile	Mon Nov  4 20:46:19 2013	(r332779)
@@ -3,6 +3,7 @@
 
 PORTNAME=	todo
 PORTVERSION=	0.1.2
+PORTREVISION=	1
 CATEGORIES=	deskutils
 MASTER_SITES=	http://www.defora.org/os/download/download/3506/
 PKGNAMEPREFIX=	deforaos-
@@ -13,13 +14,12 @@ COMMENT=	DeforaOS desktop todo list
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	System:${PORTSDIR}/devel/deforaos-libsystem \
-		Desktop:${PORTSDIR}/x11/deforaos-libdesktop
+LIB_DEPENDS=	libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \
+		libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop
 
-USES=		pkgconfig gettext
-USE_GNOME=	gtk20 desktopfileutils
+USES=		desktop-file-utils gettext pkgconfig
+USE_GNOME=	gtk20
 INSTALLS_ICONS=	yes
 MAKE_ARGS+=	PREFIX=${PREFIX}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/deskutils/deforaos-todo/pkg-plist
==============================================================================
--- head/deskutils/deforaos-todo/pkg-plist	Mon Nov  4 20:40:43 2013	(r332778)
+++ head/deskutils/deforaos-todo/pkg-plist	Mon Nov  4 20:46:19 2013	(r332779)
@@ -4,3 +4,11 @@ share/icons/hicolor/16x16/apps/todo.png
 share/icons/hicolor/24x24/apps/todo.png
 share/icons/hicolor/48x48/apps/todo.png
 share/locale/fr/LC_MESSAGES/Todo.mo
+@dirrmtry share/icons/hicolor/48x48/apps
+@dirrmtry share/icons/hicolor/48x48
+@dirrmtry share/icons/hicolor/24x24/apps
+@dirrmtry share/icons/hicolor/24x24
+@dirrmtry share/icons/hicolor/16x16/apps
+@dirrmtry share/icons/hicolor/16x16
+@dirrmtry share/icons/hicolor
+@dirrmtry share/icons
_______________________________________________
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"