Date: Tue, 19 Nov 2013 07:31:12 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334284 - head/mail/popper Message-ID: <201311190731.rAJ7VC1e094547@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@gmail.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311190731.rAJ7VC1e094547>