mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
mail/deforaos-mailer: bump port revision
- Bump port revision for libdesktop update - Allow staging PR: ports/183639 Submitted by: maintainer
This commit is contained in:
parent
3ec9388864
commit
048e227920
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332776
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= mailer
|
PORTNAME= mailer
|
||||||
PORTVERSION= 0.1.6
|
PORTVERSION= 0.1.6
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= http://www.defora.org/os/download/download/4029/
|
MASTER_SITES= http://www.defora.org/os/download/download/4029/
|
||||||
PKGNAMEPREFIX= deforaos-
|
PKGNAMEPREFIX= deforaos-
|
||||||
@ -15,24 +16,20 @@ LICENSE= GPLv3
|
|||||||
|
|
||||||
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \
|
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \
|
||||||
${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl
|
${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl
|
||||||
LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem \
|
LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \
|
||||||
Desktop:${PORTSDIR}/x11/deforaos-libdesktop
|
libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop
|
||||||
|
|
||||||
USE_GNOME= gtk20 desktopfileutils
|
USE_GNOME= gtk20
|
||||||
USES= pkgconfig gettext
|
USES= desktop-file-utils gettext pkgconfig
|
||||||
INSTALLS_ICONS= yes
|
INSTALLS_ICONS= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
MAKE_ARGS+= PREFIX=${PREFIX}
|
MAKE_ARGS+= PREFIX=${PREFIX}
|
||||||
|
|
||||||
MAKE_ENV+= MANDIR=${MANPREFIX}/man
|
MAKE_ENV+= MANDIR=${STAGEDIR}${MANPREFIX}/man
|
||||||
|
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
MAN1= compose.1 \
|
|
||||||
mailer.1
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \
|
${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \
|
||||||
${WRKSRC}/data/pkgconfig.sh
|
${WRKSRC}/data/pkgconfig.sh
|
||||||
|
@ -18,6 +18,8 @@ lib/libMailer.so
|
|||||||
lib/libMailer.so.0
|
lib/libMailer.so.0
|
||||||
lib/libMailer.so.0.0
|
lib/libMailer.so.0.0
|
||||||
libdata/pkgconfig/Mailer.pc
|
libdata/pkgconfig/Mailer.pc
|
||||||
|
man/man1/compose.1.gz
|
||||||
|
man/man1/mailer.1.gz
|
||||||
share/applications/mailer.desktop
|
share/applications/mailer.desktop
|
||||||
share/icons/hicolor/16x16/apps/mailer-accounts.png
|
share/icons/hicolor/16x16/apps/mailer-accounts.png
|
||||||
share/icons/hicolor/16x16/apps/mailer-drafts.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/icons/hicolor/48x48/apps/mailer.png
|
||||||
share/locale/fr/LC_MESSAGES/Mailer.mo
|
share/locale/fr/LC_MESSAGES/Mailer.mo
|
||||||
@dirrm include/Desktop/Mailer
|
@dirrm include/Desktop/Mailer
|
||||||
|
@dirrmtry include/Desktop
|
||||||
@dirrm lib/Mailer/account
|
@dirrm lib/Mailer/account
|
||||||
@dirrm lib/Mailer/plugins
|
@dirrm lib/Mailer/plugins
|
||||||
@dirrm lib/Mailer
|
@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
|
||||||
|
Loading…
Reference in New Issue
Block a user