svn commit: r376104 - head/x11/p5-X11-IdleTime
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jan 3 07:13:16 UTC 2015
Author: sunpoet
Date: Sat Jan 3 07:13:15 2015
New Revision: 376104
URL: https://svnweb.freebsd.org/changeset/ports/376104
QAT: https://qat.redports.org/buildarchive/r376104/
Log:
- Update *_DEPENDS
- Fix *_DEPENDS: version is already in all supported Perl releases
- Add LICENSE
- Remove obsoleted MANPREFIX
- Bump PORTREVISION for dependency change
Modified:
head/x11/p5-X11-IdleTime/Makefile
Modified: head/x11/p5-X11-IdleTime/Makefile
==============================================================================
--- head/x11/p5-X11-IdleTime/Makefile Sat Jan 3 07:13:05 2015 (r376103)
+++ head/x11/p5-X11-IdleTime/Makefile Sat Jan 3 07:13:15 2015 (r376104)
@@ -3,7 +3,7 @@
PORTNAME= X11-IdleTime
PORTVERSION= 0.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,8 +11,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl module that reports number of seconds that X11 has been idle
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \
- p5-version>=0:${PORTSDIR}/devel/p5-version
+ p5-Inline-C>=0:${PORTSDIR}/devel/p5-Inline-C
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_UNSAFE= yes
@@ -21,8 +24,6 @@ USE_XORG= x11 xscrnsaver
USES= perl5
USE_PERL5= configure patch
-MANPREFIX= ${PREFIX}/${SITE_PERL_REL}
-
post-patch:
.for i in IdleTime.pm
@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/${i}
More information about the svn-ports-all
mailing list