Date: Wed, 14 Jan 2015 20:57:55 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377043 - head/mail/exmh2 Message-ID: <201501142057.t0EKvtQq006401@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Wed Jan 14 20:57:54 2015 New Revision: 377043 URL: https://svnweb.freebsd.org/changeset/ports/377043 QAT: https://qat.redports.org/buildarchive/r377043/ Log: Fix packaging permissions. PR: 196350 Modified: head/mail/exmh2/Makefile head/mail/exmh2/pkg-plist Modified: head/mail/exmh2/Makefile ============================================================================== --- head/mail/exmh2/Makefile Wed Jan 14 19:37:29 2015 (r377042) +++ head/mail/exmh2/Makefile Wed Jan 14 20:57:54 2015 (r377043) @@ -5,6 +5,7 @@ PORTNAME= exmh PORTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES+= mail tk MASTER_SITES= ${MASTER_SITE_TCLTK} \ SF Modified: head/mail/exmh2/pkg-plist ============================================================================== --- head/mail/exmh2/pkg-plist Wed Jan 14 19:37:29 2015 (r377042) +++ head/mail/exmh2/pkg-plist Wed Jan 14 20:57:54 2015 (r377043) @@ -7,9 +7,10 @@ bin/exmh-bg bin/exmh-strip bin/ftp.expect bin/inc.expect -@mode 444 @owner bin @group bin +@dir lib/exmh-%%EXMH_VERSION%% +@mode 444 lib/exmh-%%EXMH_VERSION%%/PgpDecryptExpect lib/exmh-%%EXMH_VERSION%%/addr.tcl lib/exmh-%%EXMH_VERSION%%/aliases.tcl @@ -228,4 +229,3 @@ lib/exmh-%%EXMH_VERSION%%/xnsgetmail.exp man/man1/exmh.1.gz @dirrm lib/exmh-%%EXMH_VERSION%%/bitmaps @dirrm lib/exmh-%%EXMH_VERSION%%/html -@dirrm lib/exmh-%%EXMH_VERSION%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501142057.t0EKvtQq006401>