svn commit: r332776 - head/mail/deforaos-mailer
William Grzybowski
wg at FreeBSD.org
Mon Nov 4 20:34:22 UTC 2013
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
+ at dirrmtry include/Desktop
@dirrm lib/Mailer/account
@dirrm lib/Mailer/plugins
@dirrm lib/Mailer
+ at dirrmtry share/icons/hicolor/48x48/apps
+ at dirrmtry share/icons/hicolor/48x48
+ at dirrmtry share/icons/hicolor/24x24/apps
+ at dirrmtry share/icons/hicolor/24x24
+ at dirrmtry share/icons/hicolor/16x16/apps
+ at dirrmtry share/icons/hicolor/16x16
+ at dirrmtry share/icons/hicolor
+ at dirrmtry share/icons
More information about the svn-ports-all
mailing list