svn commit: r370559 - head/mail/mail-notification
Kurt Jaeger
pi at FreeBSD.org
Thu Oct 9 20:59:56 UTC 2014
Author: pi
Date: Thu Oct 9 20:59:55 2014
New Revision: 370559
URL: https://svnweb.freebsd.org/changeset/ports/370559
QAT: https://qat.redports.org/buildarchive/r370559/
Log:
mail/mail-notification: fix issues
- fix dist url
- hotmail feature disabled
- strip binary
- use gmime26 instead of gmime2
- bump portrevision
- change maintainer to submitter
PR: 192349
Submitted by: Jonathan Chen <jonc at chen.org.nz>
Approved by: mwisnicki+freebsd at gmail.com (maintainer)
Modified:
head/mail/mail-notification/Makefile
Modified: head/mail/mail-notification/Makefile
==============================================================================
--- head/mail/mail-notification/Makefile Thu Oct 9 20:51:25 2014 (r370558)
+++ head/mail/mail-notification/Makefile Thu Oct 9 20:59:55 2014 (r370559)
@@ -3,12 +3,12 @@
PORTNAME= mail-notification
DISTVERSION= 5.4
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR= mailnotify
+MASTER_SITE_SUBDIR= mailnotify-orig
-MAINTAINER= mwisnicki+freebsd at gmail.com
+MAINTAINER= jonc at chen.org.nz
COMMENT= Mail notification for freedesktop.org-compliant system trays
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
@@ -20,7 +20,7 @@ USE_LDCONFIG= yes
USE_GNOME= gconf2 gnomeprefix gnomevfs2 libglade2 libgnomeui libxml2
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-JB_CONF_ARGS= cc="${CC}" cflags="${CFLAGS}" cppflags="${CPPFLAGS}" ldflags="${LDFLAGS}" prefix="${PREFIX}" destdir="${STAGEDIR}"
+JB_CONF_ARGS= cc="${CC}" cflags="${CFLAGS}" cppflags="${CPPFLAGS}" ldflags="${LDFLAGS}" prefix="${PREFIX}" destdir="${STAGEDIR}" hotmail=no
JB_CONF_ENV= ${MAKE_ENV} jb_cppflags="${CPPFLAGS}" jb_ldflags="${LDFLAGS}"
GCONF_SCHEMAS= mail-notification.schemas
INSTALLS_OMF= yes
@@ -92,7 +92,7 @@ JB_CONF_ARGS+= sylpheed=no
|| ${PORT_OPTIONS:MIMAP} \
|| ${PORT_OPTIONS:MMOZILLA} \
|| ${PORT_OPTIONS:MSYLPHEED}
-LIB_DEPENDS+= libgmime-2.0.so:${PORTSDIR}/mail/gmime2
+LIB_DEPENDS+= libgmime-2.6.so:${PORTSDIR}/mail/gmime26
.endif
.if ! ${PORT_OPTIONS:MSSL}
JB_CONF_ARGS+= ssl=no
@@ -114,6 +114,7 @@ do-configure:
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./jb build
+ ${STRIP_CMD} ${WRKSRC}/build/src/mail-notification
do-install:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./jb install
More information about the svn-ports-head
mailing list