svn commit: r375186 - head/news/slrnconf

Antoine Brodin antoine at FreeBSD.org
Sun Dec 21 19:28:30 UTC 2014


Author: antoine
Date: Sun Dec 21 19:28:28 2014
New Revision: 375186
URL: https://svnweb.freebsd.org/changeset/ports/375186
QAT: https://qat.redports.org/buildarchive/r375186/

Log:
  - Shebangfix
  - Cleanup plist

Modified:
  head/news/slrnconf/Makefile
  head/news/slrnconf/pkg-plist

Modified: head/news/slrnconf/Makefile
==============================================================================
--- head/news/slrnconf/Makefile	Sun Dec 21 19:14:44 2014	(r375185)
+++ head/news/slrnconf/Makefile	Sun Dec 21 19:28:28 2014	(r375186)
@@ -3,7 +3,7 @@
 
 PORTNAME=	slrnconf
 PORTVERSION=	0.8.4
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	news
 MASTER_SITES=	http://home.arcor.de/kaffeetisch/downloads/
 
@@ -13,7 +13,8 @@ COMMENT=	Graphical configuration utility
 BUILD_DEPENDS=	p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
 		p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent
 
-USES=		perl5 tar:bzip2
+USES=		perl5 shebangfix tar:bzip2
+SHEBANG_FILES=	slrnconf.in
 MAKE_ARGS+=	PREFIX=${PREFIX}
 
 OPTIONS_DEFINE=	DOCS

Modified: head/news/slrnconf/pkg-plist
==============================================================================
--- head/news/slrnconf/pkg-plist	Sun Dec 21 19:14:44 2014	(r375185)
+++ head/news/slrnconf/pkg-plist	Sun Dec 21 19:28:28 2014	(r375186)
@@ -172,7 +172,3 @@ share/slrnconf/help/warn_followup_to
 share/slrnconf/help/wrap_flags
 share/slrnconf/help/wrap_method
 share/slrnconf/help/write_newsrc_flags
- at dirrm share/slrnconf/help
- at dirrm share/slrnconf/data
- at dirrm share/slrnconf
-%%PORTDOCS%%@dirrm %%DOCSDIR%%


More information about the svn-ports-head mailing list