svn commit: r377043 - head/mail/exmh2

Cy Schubert cy at FreeBSD.org
Wed Jan 14 20:57:56 UTC 2015


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
- at mode 444
 @owner bin
 @group bin
+ at dir lib/exmh-%%EXMH_VERSION%%
+ at 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
- at dirrm lib/exmh-%%EXMH_VERSION%%


More information about the svn-ports-all mailing list