svn commit: r385753 - branches/2015Q2/devel/xfce4-dev-tools
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri May 8 10:20:06 UTC 2015
Author: amdmi3
Date: Fri May 8 10:20:05 2015
New Revision: 385753
URL: https://svnweb.freebsd.org/changeset/ports/385753
Log:
MFH: r385737
- Add missing bash dependency
- Fix shebangs
- Add LICENSE_FILE
Approved by: portmgr blanket
Approved by: ports-secteam (erwin)
Modified:
branches/2015Q2/devel/xfce4-dev-tools/Makefile
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/devel/xfce4-dev-tools/Makefile
==============================================================================
--- branches/2015Q2/devel/xfce4-dev-tools/Makefile Fri May 8 10:03:52 2015 (r385752)
+++ branches/2015Q2/devel/xfce4-dev-tools/Makefile Fri May 8 10:20:05 2015 (r385753)
@@ -3,6 +3,7 @@
PORTNAME= xfce4-dev-tools
PORTVERSION= 4.12.0
+PORTREVISION= 1
CATEGORIES= devel xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
DIST_SUBDIR= xfce4
@@ -11,13 +12,16 @@ MAINTAINER= xfce at FreeBSD.org
COMMENT= Xfce development tools
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= autoconf-2.69:${PORTSDIR}/devel/autoconf \
automake-1.15:${PORTSDIR}/devel/automake \
- libtoolize:${PORTSDIR}/devel/libtool
+ libtoolize:${PORTSDIR}/devel/libtool \
+ bash:${PORTSDIR}/shells/bash
GNU_CONFIGURE= yes
USE_GNOME= glib20
-USES= pkgconfig xfce tar:bzip2
+USES= pkgconfig shebangfix tar:bzip2 xfce
+SHEBANG_FILES= scripts/xdt-commit
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list