Bug 152261 - [PATCH] security/cyrus-sasl2: remove invalid option, use dirrmtry, pet portlint
Summary: [PATCH] security/cyrus-sasl2: remove invalid option, use dirrmtry, pet portlint
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: Hajimu UMEMOTO
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-15 14:40 UTC by Po-Chuan Hsieh
Modified: 2010-11-24 11:50 UTC (History)
1 user (show)

See Also:


Attachments
cyrus-sasl-2.1.23.patch (1.75 KB, patch)
2010-11-15 14:40 UTC, Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-11-15 14:40:09 UTC
- Remove invalid KERBEROS4 option which depends on a removed port (security/krb4)
- Use dirrmtry on PREFIX/lib/sasl2 where configurations may stay [1]
- Pet portlint

[1]
===>  Deinstalling for security/cyrus-sasl2
===>   Deinstalling cyrus-sasl-2.1.23
pkg_delete: unable to completely remove directory '/usr/local/lib/sasl2'
pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?)
To delete Cyrus user permanently, use 'pw userdel cyrus'
To delete Cyrus group permanently, use 'pw groupdel cyrus'

% ls -A`l /usr/local/lib/sasl2/
total 1
drwxr-xr-x   2 root  wheel   1024 Oct  8 10:41 .
drwxr-xr-x  66 root  wheel  41472 Nov 15 22:06 ..
-rwxr-xr-x   1 root  wheel     43 May 13  2008 smtpd.conf

Port maintainer (ume@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-15 16:37:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ume

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-11-24 11:48:19 UTC
ume         2010-11-24 11:48:14 UTC

  FreeBSD ports repository

  Modified files:
    security/cyrus-sasl2 Makefile distinfo pkg-plist 
    security/cyrus-sasl2-saslauthd Makefile 
  Log:
  - Remove KERBEROS4 option which depends on a removed port
    (security/krb4)
  - Use dirrmtry on PREFIX/lib/sasl2 where configurations may stay
  - Remove MD5 in distinfo
  
  PR:             ports/152261
  Submitted by:   sunpoet
  
  Revision  Changes    Path
  1.56      +2 -9      ports/security/cyrus-sasl2-saslauthd/Makefile
  1.142     +4 -12     ports/security/cyrus-sasl2/Makefile
  1.30      +0 -1      ports/security/cyrus-sasl2/distinfo
  1.40      +1 -5      ports/security/cyrus-sasl2/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 3 Hajimu UMEMOTO freebsd_committer freebsd_triage 2010-11-24 11:49:00 UTC
State Changed
From-To: open->closed

Thanks! committed with some modification.