diff options
author | wg <wg@FreeBSD.org> | 2013-11-05 04:34:21 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-11-05 04:34:21 +0800 |
commit | 657e02373a6f0e4d5115c094e55958cf8a3d72b8 (patch) | |
tree | abca60d2153c97a91e293284a076eb860dc22914 /mail | |
parent | 5e98ea69c04da6913b8e4e0b9f023d82829639c6 (diff) | |
download | freebsd-ports-gnome-657e02373a6f0e4d5115c094e55958cf8a3d72b8.tar.gz freebsd-ports-gnome-657e02373a6f0e4d5115c094e55958cf8a3d72b8.tar.zst freebsd-ports-gnome-657e02373a6f0e4d5115c094e55958cf8a3d72b8.zip |
mail/deforaos-mailer: bump port revision
- Bump port revision for libdesktop update
- Allow staging
PR: ports/183639
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/deforaos-mailer/Makefile | 15 | ||||
-rw-r--r-- | mail/deforaos-mailer/pkg-plist | 11 |
2 files changed, 17 insertions, 9 deletions
diff --git a/mail/deforaos-mailer/Makefile b/mail/deforaos-mailer/Makefile index 58c96a70120d..d164e8578032 100644 --- a/mail/deforaos-mailer/Makefile +++ b/mail/deforaos-mailer/Makefile @@ -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 diff --git a/mail/deforaos-mailer/pkg-plist b/mail/deforaos-mailer/pkg-plist index 853bc2fccf00..2995aefcc111 100644 --- a/mail/deforaos-mailer/pkg-plist +++ b/mail/deforaos-mailer/pkg-plist @@ -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-sent.png 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 |