svn commit: r329799 - head/ftp/gnustep-ftp

David Chisnall theraven at FreeBSD.org
Tue Oct 8 15:47:50 UTC 2013


Author: theraven
Date: Tue Oct  8 15:47:49 2013
New Revision: 329799
URL: http://svnweb.freebsd.org/changeset/ports/329799

Log:
  Update GNUstep FTP to the latest release.

Modified:
  head/ftp/gnustep-ftp/Makefile
  head/ftp/gnustep-ftp/distinfo
  head/ftp/gnustep-ftp/pkg-plist

Modified: head/ftp/gnustep-ftp/Makefile
==============================================================================
--- head/ftp/gnustep-ftp/Makefile	Tue Oct  8 15:27:16 2013	(r329798)
+++ head/ftp/gnustep-ftp/Makefile	Tue Oct  8 15:47:49 2013	(r329799)
@@ -1,14 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	ftp
-PORTVERSION=	0.3
+PORTVERSION=	0.4
 CATEGORIES=	ftp gnustep
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	gap
 PKGNAMEPREFIX=	gnustep-
 DISTNAME=	FTP-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	theraven at FreeBSD.org
 COMMENT=	Compact and handy FTP client for GNUstep
 
 LICENSE=	GPLv2
@@ -18,7 +18,6 @@ USE_GNUSTEP_BACK=	yes
 USE_GNUSTEP_BUILD=	yes
 USE_GNUSTEP_INSTALL=	yes
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
 		${WRKSRC}/GNUmakefile

Modified: head/ftp/gnustep-ftp/distinfo
==============================================================================
--- head/ftp/gnustep-ftp/distinfo	Tue Oct  8 15:27:16 2013	(r329798)
+++ head/ftp/gnustep-ftp/distinfo	Tue Oct  8 15:47:49 2013	(r329799)
@@ -1,2 +1,2 @@
-SHA256 (FTP-0.3.tar.gz) = 1b701a367a516b9dbd7ab9663a2eee18dc0262ea15da10ed01fa8eff956b4c8d
-SIZE (FTP-0.3.tar.gz) = 110982
+SHA256 (FTP-0.4.tar.gz) = 62a742e7b526ca1581ca641f6f444974c69640c1703b269c5b6cce6bfe15520c
+SIZE (FTP-0.4.tar.gz) = 123290

Modified: head/ftp/gnustep-ftp/pkg-plist
==============================================================================
--- head/ftp/gnustep-ftp/pkg-plist	Tue Oct  8 15:27:16 2013	(r329798)
+++ head/ftp/gnustep-ftp/pkg-plist	Tue Oct  8 15:47:49 2013	(r329799)
@@ -11,6 +11,6 @@ GNUstep/Local/Applications/FTP.app/Resou
 GNUstep/Local/Applications/FTP.app/Resources/arrow_right.tiff
 GNUstep/Local/Applications/FTP.app/stamp.make
 GNUstep/Local/Tools/FTP
- at dirrm GNUstep/Local/Applications/FTP.app/Resources/FTP.gorm
- at dirrm GNUstep/Local/Applications/FTP.app/Resources
- at dirrm GNUstep/Local/Applications/FTP.app
+ at dirrmtry GNUstep/Local/Applications/FTP.app/Resources/FTP.gorm
+ at dirrmtry GNUstep/Local/Applications/FTP.app/Resources
+ at dirrmtry GNUstep/Local/Applications/FTP.app


More information about the svn-ports-head mailing list