svn commit: r334284 - head/mail/popper

Baptiste Daroussin bapt at FreeBSD.org
Tue Nov 19 07:31:12 UTC 2013


Author: bapt
Date: Tue Nov 19 07:31:11 2013
New Revision: 334284
URL: http://svnweb.freebsd.org/changeset/ports/334284

Log:
  Rename the port popper to match the directory it is in and fix collision with mail/qpopper
  
  Discussed with:	Doug Hardie <bc979 at lafn.org> (maintainer of mail/qpopper)

Modified:
  head/mail/popper/Makefile

Modified: head/mail/popper/Makefile
==============================================================================
--- head/mail/popper/Makefile	Tue Nov 19 06:38:54 2013	(r334283)
+++ head/mail/popper/Makefile	Tue Nov 19 07:31:11 2013	(r334284)
@@ -1,12 +1,12 @@
 # Created by: pst
 # $FreeBSD$
 
-PORTNAME=	qpopper
+PORTNAME=	popper
 PORTVERSION=	2.53
 PORTREVISION=	5
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.qualcomm.com/eudora/servers/unix/popper/old/
-DISTNAME=	${PORTNAME}${PORTVERSION}
+DISTNAME=	q${PORTNAME}${PORTVERSION}
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	m.tsatsenko at gmail.com


More information about the svn-ports-all mailing list