Bug 183913 - [MAINTAINER UPDATE] devel/aegis: pkg-plist corrections
Summary: [MAINTAINER UPDATE] devel/aegis: pkg-plist corrections
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Tijl Coosemans
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-13 06:00 UTC by aryeh.friedman
Modified: 2013-12-01 17:50 UTC (History)
0 users

See Also:


Attachments
file.diff (238 bytes, patch)
2013-11-13 06:00 UTC, aryeh.friedman
no flags Details | Diff
aegis.patch (628 bytes, patch)
2013-11-13 11:33 UTC, Tijl Coosemans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description aryeh.friedman 2013-11-13 06:00:02 UTC
Permissions are wrong on a key dir.  The correct ones are documented in the BUILDING file in the root of the distfile.
Comment 1 Glen Barber freebsd_committer freebsd_triage 2013-11-13 06:04:10 UTC
Class Changed
From-To: sw-bug->maintainer-update

Ports PR. 



Comment 2 Glen Barber freebsd_committer freebsd_triage 2013-11-13 06:04:10 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

Ports PR.
Comment 3 Tijl Coosemans freebsd_committer freebsd_triage 2013-11-13 11:30:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tijl

Take.
Comment 4 Tijl Coosemans freebsd_committer freebsd_triage 2013-11-13 11:33:02 UTC
Hi,

Can you test the attached patch?  It should accomplish the same results
without creating a pkg-install script.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-12-01 17:44:51 UTC
Author: tijl
Date: Sun Dec  1 17:44:38 2013
New Revision: 335408
URL: http://svnweb.freebsd.org/changeset/ports/335408

Log:
  Fix owner/group of PREFIX/com/aegis directory.
  
  PR:		ports/183913
  Submitted by:	"Aryeh M. Friedman" <aryeh.friedman@gmail.com> (maintainer)

Modified:
  head/devel/aegis/Makefile
  head/devel/aegis/pkg-plist

Modified: head/devel/aegis/Makefile
==============================================================================
--- head/devel/aegis/Makefile	Sun Dec  1 17:42:52 2013	(r335407)
+++ head/devel/aegis/Makefile	Sun Dec  1 17:44:38 2013	(r335408)
@@ -3,7 +3,7 @@
 
 PORTNAME=	aegis
 PORTVERSION=	4.24.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	SF
 

Modified: head/devel/aegis/pkg-plist
==============================================================================
--- head/devel/aegis/pkg-plist	Sun Dec  1 17:42:52 2013	(r335407)
+++ head/devel/aegis/pkg-plist	Sun Dec  1 17:44:38 2013	(r335408)
@@ -1,4 +1,3 @@
-@exec mkdir -p %D/com/aegis
 man/man1/ae-cvs-ci.1.gz
 man/man1/ae-repo-ci.1.gz
 man/man1/ae-sccs-put.1.gz
@@ -178,6 +177,8 @@ etc/profile.d/aegis.csh
 %%NLS%%share/locale/ro/LC_MESSAGES/aegis.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/aegis.mo
 %%NLS%%share/locale/vi/LC_MESSAGES/aegis.mo
+@exec mkdir -p %D/com
+@exec install -d -o 3 -g 3 -m 0755 %D/com/aegis
+@unexec rm -d %D/com/aegis 2>/dev/null || true
 @dirrmtry etc/profile.d
-@dirrmtry com/aegis
 @dirrmtry com
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Tijl Coosemans freebsd_committer freebsd_triage 2013-12-01 17:45:03 UTC
State Changed
From-To: open->closed

Committed in r335408.