svn commit: r444795 - head/mail/tlb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 30 22:14:06 UTC 2017


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 at 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


More information about the svn-ports-all mailing list