svn commit: r361141 - head/ftp/bareftp
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jul 7 22:39:36 UTC 2014
Author: amdmi3
Date: Mon Jul 7 22:39:35 2014
New Revision: 361141
URL: http://svnweb.freebsd.org/changeset/ports/361141
QAT: https://qat.redports.org/buildarchive/r361141/
Log:
- Switch to USES=libtool, drop .la files
- Stagify
- Fix comment
Modified:
head/ftp/bareftp/Makefile
head/ftp/bareftp/pkg-plist
Modified: head/ftp/bareftp/Makefile
==============================================================================
--- head/ftp/bareftp/Makefile Mon Jul 7 22:37:25 2014 (r361140)
+++ head/ftp/bareftp/Makefile Mon Jul 7 22:39:35 2014 (r361141)
@@ -3,11 +3,12 @@
PORTNAME= bareftp
PORTVERSION= 0.3.10
+PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= http://www.bareftp.org/release/
MAINTAINER= ports at FreeBSD.org
-COMMENT= Ftp client made in C sharp
+COMMENT= FTP client made in C sharp
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datarootdir="${PREFIX}/share" \
@@ -16,18 +17,14 @@ CONFIGURE_ARGS= --datarootdir="${PREFIX}
--includedir="${LOCALBASE}/include"
INSTALLS_ICONS= yes
-USES= gettext gmake pkgconfig
+USES= gettext gmake libtool pkgconfig
USE_GNOME= gtksharp20 gnomesharp20
USE_LDCONFIG= yes
-
-MAN1= bareftp.1
-
OPTIONS_DEFINE= GNOMEKEYRING NLS
-OPTIONS_DEFAULT= GNOMEKEYRING
+OPTIONS_DEFAULT=GNOMEKEYRING
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGNOMEKEYRING}
Modified: head/ftp/bareftp/pkg-plist
==============================================================================
--- head/ftp/bareftp/pkg-plist Mon Jul 7 22:37:25 2014 (r361140)
+++ head/ftp/bareftp/pkg-plist Mon Jul 7 22:39:35 2014 (r361141)
@@ -1,6 +1,5 @@
bin/bareftp
lib/bareftp/libsftppty.a
-lib/bareftp/libsftppty.la
lib/bareftp/libsftppty.so
libexec/bareftp/bareFTP.Common.Utils.dll
libexec/bareftp/bareFTP.Connection.dll
@@ -15,6 +14,7 @@ libexec/bareftp/bareFTP.Protocol.Sftp.dl
libexec/bareftp/bareFTP.Protocol.dll
libexec/bareftp/bareFTP.SftpPty.dll
libexec/bareftp/bareftp.exe
+man/man1/bareftp.1.gz
share/applications/bareftp.desktop
share/icons/hicolor/16x16/apps/bareftp.png
share/icons/hicolor/22x22/apps/bareftp.png
More information about the svn-ports-all
mailing list