svn commit: r356193 - head/mail/kbiff

Pawel Pekala pawel at FreeBSD.org
Mon Jun 2 05:42:12 UTC 2014


Author: pawel
Date: Mon Jun  2 05:42:11 2014
New Revision: 356193
URL: http://svnweb.freebsd.org/changeset/ports/356193
QAT: https://qat.redports.org/buildarchive/r356193/

Log:
  - Add staging support
  - Convert to USES=tar:bzip2

Modified:
  head/mail/kbiff/Makefile
  head/mail/kbiff/pkg-plist

Modified: head/mail/kbiff/Makefile
==============================================================================
--- head/mail/kbiff/Makefile	Mon Jun  2 05:04:21 2014	(r356192)
+++ head/mail/kbiff/Makefile	Mon Jun  2 05:42:11 2014	(r356193)
@@ -12,14 +12,10 @@ COMMENT=	Mail notification utility for K
 
 LICENSE=	GPLv2
 
-USE_BZIP2=	yes
 USE_KDE4=	automoc4 kdehier kdeprefix kdelibs
 USE_QT4=	corelib dbus gui network svg xml \
 		qmake_build uic_build rcc_build
 USE_PERL5=	build
-USES=		cmake gettext perl5
+USES=		cmake gettext perl5 tar:bzip2
 
-MAN1=		kbiff.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/mail/kbiff/pkg-plist
==============================================================================
--- head/mail/kbiff/pkg-plist	Mon Jun  2 05:04:21 2014	(r356192)
+++ head/mail/kbiff/pkg-plist	Mon Jun  2 05:42:11 2014	(r356193)
@@ -1,5 +1,6 @@
 bin/kbiff
 lib/libkdeinit4_kbiff.so
+man/man1/kbiff.1.gz
 share/applications/kde4/kbiff.desktop
 share/apps/kbiff/kbiff.notifyrc
 share/apps/kbiff/pics/delete.png


More information about the svn-ports-all mailing list