From owner-svn-ports-all@FreeBSD.ORG Wed Feb 27 15:24:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 314258A7; Wed, 27 Feb 2013 15:24:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 19D1B99B; Wed, 27 Feb 2013 15:24:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1RFOMxv000290; Wed, 27 Feb 2013 15:24:22 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1RFOMDK000289; Wed, 27 Feb 2013 15:24:22 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201302271524.r1RFOMDK000289@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 27 Feb 2013 15:24:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313061 - head/converters/unix2dos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 15:24:23 -0000 Author: ehaupt Date: Wed Feb 27 15:24:22 2013 New Revision: 313061 URL: http://svnweb.freebsd.org/changeset/ports/313061 Log: Update MASTER_SITES and use PLIST_FILES Approved by: Oscar Bonilla (maintainer) Deleted: head/converters/unix2dos/pkg-plist Modified: head/converters/unix2dos/Makefile Modified: head/converters/unix2dos/Makefile ============================================================================== --- head/converters/unix2dos/Makefile Wed Feb 27 15:08:32 2013 (r313060) +++ head/converters/unix2dos/Makefile Wed Feb 27 15:24:22 2013 (r313061) @@ -4,12 +4,13 @@ PORTNAME= unix2dos PORTVERSION= 1.3 CATEGORIES= converters -MASTER_SITES= ftp://ftp.guug.org/pub/ +MASTER_SITES= CRITICAL MAINTAINER= obonilla@galileo.edu COMMENT= Convert ASCII newlines between CR/LF and LF MAN1= unix2dos.1 dos2unix.1 +PLIST_FILES= bin/dos2unix bin/unix2dos NO_WRKSUBDIR= yes do-install: