Bug 186812 - [PATCH] mail/serialmail fix PLIST with dependency sysutils/ucspi-ssl
Summary: [PATCH] mail/serialmail fix PLIST with dependency sysutils/ucspi-ssl
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: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-16 09:30 UTC by Mario Sergio Fujikawa Ferreira
Modified: 2014-02-16 14:30 UTC (History)
0 users

See Also:


Attachments
patch (652 bytes, patch)
2014-02-16 09:30 UTC, Mario Sergio Fujikawa Ferreira
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2014-02-16 09:30:00 UTC
pkg-plist for mail/serialmail is incorrect if sysutils/ucspi-ssl
is previously installed

Error message:

--------

====> Compressing man pages (compress-man)
===>  Installing for serialmail-0.75_2
===>  Checking if mail/serialmail already installed
===>   Registering installation for serialmail-0.75_2
pkg-static: duplicate file listing: /usr/local/man/man1/maildirsmtp.1.gz, ignori
ng
pkg-static: lstat(/usr/ports/mail/serialmail/work/stage/usr/local/man/man1/maild
irsmtps.1.gz): No such file or directory
*** Error code 74

--------

How-To-Repeat: 
# cd /usr/ports/sysutils/ucspi-ssl
# make all deinstall install package

# cd /usr/ports/mail/serialmail
# make all deinstall install package
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-16 09:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-16 14:25:19 UTC
Author: bdrewery
Date: Sun Feb 16 14:25:11 2014
New Revision: 344570
URL: http://svnweb.freebsd.org/changeset/ports/344570
QAT: https://qat.redports.org/buildarchive/r344570/

Log:
  - Fix bad stage conversion. I added the left side of an MLINK in the plist
    which ended up in there twice.
  
  PR:		ports/186812
  Submitted by:	lioux

Modified:
  head/mail/serialmail/Makefile
  head/mail/serialmail/pkg-plist

Modified: head/mail/serialmail/Makefile
==============================================================================
--- head/mail/serialmail/Makefile	Sun Feb 16 14:20:32 2014	(r344569)
+++ head/mail/serialmail/Makefile	Sun Feb 16 14:25:11 2014	(r344570)
@@ -3,7 +3,7 @@
 
 PORTNAME=	serialmail
 PORTVERSION=	0.75
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail
 MASTER_SITES=	http://cr.yp.to/software/ \
 		ftp://ftp.gbnet.net/pub/qmail/ \

Modified: head/mail/serialmail/pkg-plist
==============================================================================
--- head/mail/serialmail/pkg-plist	Sun Feb 16 14:20:32 2014	(r344569)
+++ head/mail/serialmail/pkg-plist	Sun Feb 16 14:25:11 2014	(r344570)
@@ -11,5 +11,4 @@ man/man1/maildirsmtp.1.gz
 man/man1/serialqmtp.1.gz
 man/man1/serialsmtp.1.gz
 man/man1/setlock.1.gz
-%%UCSPI_SSL%%man/man1/maildirsmtp.1.gz
 %%UCSPI_SSL%%man/man1/maildirsmtps.1.gz
_______________________________________________
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 3 Bryan Drewery freebsd_committer freebsd_triage 2014-02-16 14:25:26 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!