Date: Mon, 2 Jun 2014 05:42:11 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356193 - head/mail/kbiff Message-ID: <201406020542.s525gBvT010877@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406020542.s525gBvT010877>