Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2013 13:55:56 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315795 - head/mail/cvsmail
Message-ID:  <201304131355.r3DDtuHN059882@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sat Apr 13 13:55:56 2013
New Revision: 315795
URL: http://svnweb.freebsd.org/changeset/ports/315795

Log:
  - Add a DIST_SUBDIR to avoid conflicting with mail/mailutils distfile
    which is named the same, but has completely different content.
  - Trim header
  
  PR:		ports/177836
  Reported by:	John Marino <draco@marino.st>
  Approved by:	portmgr (implicit)
  With hat:	portmgr

Modified:
  head/mail/cvsmail/Makefile
  head/mail/cvsmail/distinfo

Modified: head/mail/cvsmail/Makefile
==============================================================================
--- head/mail/cvsmail/Makefile	Sat Apr 13 11:49:01 2013	(r315794)
+++ head/mail/cvsmail/Makefile	Sat Apr 13 13:55:56 2013	(r315795)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	cvsmail
-# Date created:		23rd August, 2000
-# Whom:			Ben Smithurst <ben@FreeBSD.org>
-#
+# Created by: Ben Smithurst <ben@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	cvsmail
 PORTVERSION=	2.2
@@ -14,6 +10,7 @@ DISTNAME=	mailutils-${PORTVERSION}
 MAINTAINER=	pgollucci@FreeBSD.org
 COMMENT=	A small program to add cvsweb links to FreeBSD commit messages
 
+DIST_SUBDIR=	${PORTNAME}
 ALL_TARGET=	cvsmail
 MANCOMPRESSED=	no
 MAN1=		cvsmail.1

Modified: head/mail/cvsmail/distinfo
==============================================================================
--- head/mail/cvsmail/distinfo	Sat Apr 13 11:49:01 2013	(r315794)
+++ head/mail/cvsmail/distinfo	Sat Apr 13 13:55:56 2013	(r315795)
@@ -1,2 +1,2 @@
-SHA256 (mailutils-2.2.tar.gz) = b07fdf1137295ed8422b3803f91540bda98235475ab45a12b5148532ae1ad536
-SIZE (mailutils-2.2.tar.gz) = 24724
+SHA256 (cvsmail/mailutils-2.2.tar.gz) = b07fdf1137295ed8422b3803f91540bda98235475ab45a12b5148532ae1ad536
+SIZE (cvsmail/mailutils-2.2.tar.gz) = 24724



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304131355.r3DDtuHN059882>