Bug 183639 - mail/deforaos-mailer staging support
Summary: mail/deforaos-mailer 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:30 UTC by olivier
Modified: 2013-11-04 20:40 UTC (History)
0 users

See Also:


Attachments
file.diff (2.17 KB, patch)
2013-11-03 23:30 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:30:00 UTC
Adding staging support.

Fix: Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-11-04 20:28:02 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:34:22 UTC
State Changed
From-To: open->closed

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

Log:
  mail/deforaos-mailer: bump port revision
  
  - Bump port revision for libdesktop update
  - Allow staging
  
  PR:		ports/183639
  Submitted by:	maintainer

Modified:
  head/mail/deforaos-mailer/Makefile
  head/mail/deforaos-mailer/pkg-plist

Modified: head/mail/deforaos-mailer/Makefile
==============================================================================
--- head/mail/deforaos-mailer/Makefile	Mon Nov  4 20:29:53 2013	(r332775)
+++ head/mail/deforaos-mailer/Makefile	Mon Nov  4 20:34:21 2013	(r332776)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mailer
 PORTVERSION=	0.1.6
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.defora.org/os/download/download/4029/
 PKGNAMEPREFIX=	deforaos-
@@ -15,24 +16,20 @@ LICENSE=	GPLv3
 
 BUILD_DEPENDS=	xsltproc:${PORTSDIR}/textproc/libxslt \
 		${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl
-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
 
-USE_GNOME=	gtk20 desktopfileutils
-USES=		pkgconfig gettext
+USE_GNOME=	gtk20
+USES=		desktop-file-utils gettext pkgconfig
 INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 MAKE_ARGS+=	PREFIX=${PREFIX}
 
-MAKE_ENV+=	MANDIR=${MANPREFIX}/man
+MAKE_ENV+=	MANDIR=${STAGEDIR}${MANPREFIX}/man
 
 MAKE_JOBS_UNSAFE=	yes
 
-MAN1=		compose.1 \
-		mailer.1
-
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \
 		${WRKSRC}/data/pkgconfig.sh

Modified: head/mail/deforaos-mailer/pkg-plist
==============================================================================
--- head/mail/deforaos-mailer/pkg-plist	Mon Nov  4 20:29:53 2013	(r332775)
+++ head/mail/deforaos-mailer/pkg-plist	Mon Nov  4 20:34:21 2013	(r332776)
@@ -18,6 +18,8 @@ lib/libMailer.so
 lib/libMailer.so.0
 lib/libMailer.so.0.0
 libdata/pkgconfig/Mailer.pc
+man/man1/compose.1.gz
+man/man1/mailer.1.gz
 share/applications/mailer.desktop
 share/icons/hicolor/16x16/apps/mailer-accounts.png
 share/icons/hicolor/16x16/apps/mailer-drafts.png
@@ -37,6 +39,15 @@ share/icons/hicolor/48x48/apps/mailer-se
 share/icons/hicolor/48x48/apps/mailer.png
 share/locale/fr/LC_MESSAGES/Mailer.mo
 @dirrm include/Desktop/Mailer
+@dirrmtry include/Desktop
 @dirrm lib/Mailer/account
 @dirrm lib/Mailer/plugins
 @dirrm lib/Mailer
+@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"