Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2017 22:14:05 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444795 - head/mail/tlb
Message-ID:  <201706302214.v5UME5pB048382@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jun 30 22:14:05 2017
New Revision: 444795
URL: https://svnweb.freebsd.org/changeset/ports/444795

Log:
  Remove Perl core modules
  
  - While I'm here:
    - Add NO_ARCH
    - Sort PLIST
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

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

Modified: head/mail/tlb/Makefile
==============================================================================
--- head/mail/tlb/Makefile	Fri Jun 30 22:14:00 2017	(r444794)
+++ head/mail/tlb/Makefile	Fri Jun 30 22:14:05 2017	(r444795)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tlb
 PORTVERSION=	0.11a
+PORTREVISION=	1
 CATEGORIES=	mail perl5
 MASTER_SITES=	ftp://ftp.hpc.uh.edu/pub/tlb/ \
 		http://www.freenix.no/~anders/ \
@@ -13,9 +14,9 @@ MAINTAINER=	tz@FreeBSD.org
 COMMENT=	The List Batcher, a general purpose mail list delivery engine
 
 RUN_DEPENDS=	p5-Mail-Tools>=0:mail/p5-Mail-Tools \
-		p5-TimeDate>=0:devel/p5-TimeDate \
-		p5-Net>=0:net/p5-Net
+		p5-TimeDate>=0:devel/p5-TimeDate
 
+NO_ARCH=	yes
 NO_BUILD=	yes
 
 DOCS=	FAQ INSTALL README README.loglevels README.mungelist TIPS TODO \

Modified: head/mail/tlb/pkg-plist
==============================================================================
--- head/mail/tlb/pkg-plist	Fri Jun 30 22:14:00 2017	(r444794)
+++ head/mail/tlb/pkg-plist	Fri Jun 30 22:14:05 2017	(r444795)
@@ -1,5 +1,5 @@
-bin/tlb
 bin/mungelist
+bin/tlb
 %%PORTDOCS%%share/doc/tlb/FAQ
 %%PORTDOCS%%share/doc/tlb/INSTALL
 %%PORTDOCS%%share/doc/tlb/README



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