Bug 153857 - [patch] mail/qpopper proper usage of @dirrmtry macro
Summary: [patch] mail/qpopper proper usage of @dirrmtry macro
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: Andrej Zverev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-10 19:40 UTC by Andrej Zverev
Modified: 2011-01-25 19:20 UTC (History)
0 users

See Also:


Attachments
qpopper.diff (597 bytes, patch)
2011-01-10 19:40 UTC, Andrej Zverev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Zverev freebsd_committer freebsd_triage 2011-01-10 19:40:09 UTC
	@dirrmtry expand itself as
		@unexec rmdir %D/<dir> 2>/dev/null || true
	so, you don't need anything extra.
	If you want notify users about some stuff which the should made by hand
	use proper solution.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-10 19:40:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->az

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-10 19:40:19 UTC
Maintainer of mail/qpopper,

Please note that PR ports/153857 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153857

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-10 19:40:21 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-01-25 19:11:34 UTC
az          2011-01-25 19:11:30 UTC

  FreeBSD ports repository

  Modified files:
    mail/qpopper         pkg-plist 
  Log:
  proper usage of @dirrmtry macro
  
  PR:             ports/153857
  Submitted by:   az@
  Approved by:    maintainer (timeout)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.20      +1 -1      ports/mail/qpopper/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Andrej Zverev freebsd_committer freebsd_triage 2011-01-25 19:12:05 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!