Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2013 16:17:13 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311463 - head/net/pear-Net_POP3
Message-ID:  <201302031617.r13GHD4M041698@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Feb  3 16:17:13 2013
New Revision: 311463
URL: http://svnweb.freebsd.org/changeset/ports/311463

Log:
  - Update to 1.3.0
  - Take maintainership
  - Convert header

Modified:
  head/net/pear-Net_POP3/Makefile   (contents, props changed)
  head/net/pear-Net_POP3/distinfo   (contents, props changed)

Modified: head/net/pear-Net_POP3/Makefile
==============================================================================
--- head/net/pear-Net_POP3/Makefile	Sun Feb  3 16:16:27 2013	(r311462)
+++ head/net/pear-Net_POP3/Makefile	Sun Feb  3 16:17:13 2013	(r311463)
@@ -1,23 +1,17 @@
-# Ports collection makefile for:  pear-Net_POP3
-# Date created:			  10 August 2004
-# Whom:				  Gerrit Beine (<tux@pinguru.net>)
-#
+# Created by: Gerrit Beine (<tux@pinguru.net>)
 # $FreeBSD$
-#
 
 PORTNAME=	Net_POP3
-PORTVERSION=	1.3.7
-PORTREVISION=	1
+PORTVERSION=	1.3.8
 CATEGORIES=	net pear
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	Provides a POP3 class to access POP3 server
 
 BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-FILES=		Net/POP3.php
-DOCS=		examples/Net_POP3_example.php
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"

Modified: head/net/pear-Net_POP3/distinfo
==============================================================================
--- head/net/pear-Net_POP3/distinfo	Sun Feb  3 16:16:27 2013	(r311462)
+++ head/net/pear-Net_POP3/distinfo	Sun Feb  3 16:17:13 2013	(r311463)
@@ -1,2 +1,2 @@
-SHA256 (PEAR/Net_POP3-1.3.7.tgz) = 883ae2f1025ca886aaeb8a0f076489b37d6bbc18a01e00e76738e7c56250b010
-SIZE (PEAR/Net_POP3-1.3.7.tgz) = 9568
+SHA256 (PEAR/Net_POP3-1.3.8.tgz) = 766d6d539c6c6b1dd448f1dd479b77266338f2ea1fd712af551dfe8e7cedf726
+SIZE (PEAR/Net_POP3-1.3.8.tgz) = 9657



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