svn commit: r391956 - branches/2015Q3/deskutils/kdepim4
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jul 13 20:55:30 UTC 2015
Author: amdmi3
Date: Mon Jul 13 20:55:29 2015
New Revision: 391956
URL: https://svnweb.freebsd.org/changeset/ports/391956
Log:
MFH: r391953
- Fix shebangs
Approved by: portmgr blanket
Approved by: ports-secteam (shebang fix blanket)
Modified:
branches/2015Q3/deskutils/kdepim4/Makefile
Directory Properties:
branches/2015Q3/ (props changed)
Modified: branches/2015Q3/deskutils/kdepim4/Makefile
==============================================================================
--- branches/2015Q3/deskutils/kdepim4/Makefile Mon Jul 13 20:53:37 2015 (r391955)
+++ branches/2015Q3/deskutils/kdepim4/Makefile Mon Jul 13 20:55:29 2015 (r391956)
@@ -3,7 +3,7 @@
PORTNAME= kdepim
PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
@@ -25,7 +25,10 @@ CONFLICTS_INSTALL= kdepim44-4.*
USE_GNOME= libxml2 libxslt:build
USE_KDE4= kdelibs kdeprefix pimlibs kactivities \
akonadi automoc4 soprano nepomuk-widgets baloo
-USES= cmake:outsource gmake iconv tar:xz
+USES= cmake:outsource gmake iconv shebangfix tar:xz
+SHEBANG_FILES= agents/mailfilteragent/kconf_update/migrate-kmail-filters.pl \
+ kalarm/*.pl kmail/kconf_update/*.pl \
+ libkpgp/kconf_update/kpgp-3.1-upgrade-address-data.pl
USE_OPENLDAP= yes
USE_QT4= corelib dbus declarative designer_build gui network opengl \
qt3support script sql webkit xml \
More information about the svn-ports-all
mailing list