Date: Tue, 8 Oct 2013 15:47:49 +0000 (UTC) From: David Chisnall <theraven@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329799 - head/ftp/gnustep-ftp Message-ID: <201310081547.r98FlnwP098045@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org +MAINTAINER= theraven@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 -@dirrm GNUstep/Local/Applications/FTP.app/Resources/FTP.gorm -@dirrm GNUstep/Local/Applications/FTP.app/Resources -@dirrm GNUstep/Local/Applications/FTP.app +@dirrmtry GNUstep/Local/Applications/FTP.app/Resources/FTP.gorm +@dirrmtry GNUstep/Local/Applications/FTP.app/Resources +@dirrmtry GNUstep/Local/Applications/FTP.app
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310081547.r98FlnwP098045>