aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2007-12-13 03:11:02 +0000
committerBeech Rintoul <beech@FreeBSD.org>2007-12-13 03:11:02 +0000
commita928726e0e6bb5ebb004b3243479dc62ccad42f0 (patch)
tree41248af9419e76e32b46a65f6f6854bd124700d4
parent30c8389d6174537fc145888d39a0dc2baf68511e (diff)
downloadports-a928726e0e6bb5ebb004b3243479dc62ccad42f0.tar.gz
ports-a928726e0e6bb5ebb004b3243479dc62ccad42f0.zip
Notes
-rw-r--r--ftp/smbftpd/Makefile2
-rw-r--r--ftp/smbftpd/distinfo6
-rw-r--r--ftp/smbftpd/files/patch-Makefile.in13
3 files changed, 4 insertions, 17 deletions
diff --git a/ftp/smbftpd/Makefile b/ftp/smbftpd/Makefile
index 575b302aeeb1..6021b55a15ad 100644
--- a/ftp/smbftpd/Makefile
+++ b/ftp/smbftpd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= smbftpd
-PORTVERSION= 0.96
+PORTVERSION= 0.97
CATEGORIES= ftp
MASTER_SITES= http://www.twbsd.org/download/download.php?file=smbftpd/
diff --git a/ftp/smbftpd/distinfo b/ftp/smbftpd/distinfo
index 0d2861374541..f47a1c6d7b9a 100644
--- a/ftp/smbftpd/distinfo
+++ b/ftp/smbftpd/distinfo
@@ -1,3 +1,3 @@
-MD5 (smbftpd-0.96.tar.gz) = bd44ae80674993793c7206818b17d755
-SHA256 (smbftpd-0.96.tar.gz) = b2f9fb2614c0af2da7404e4228257d66ee463c0bcdb7a0aabc4317689c6e9a6b
-SIZE (smbftpd-0.96.tar.gz) = 124016
+MD5 (smbftpd-0.97.tar.gz) = e4c7e4f3b432d79cfd5b3cfafdbff069
+SHA256 (smbftpd-0.97.tar.gz) = 6e4508f885a08e07c744f5861cccdc6d1813e079ce9d6fa9f3eae55cf5635819
+SIZE (smbftpd-0.97.tar.gz) = 123190
diff --git a/ftp/smbftpd/files/patch-Makefile.in b/ftp/smbftpd/files/patch-Makefile.in
deleted file mode 100644
index 53dbc3f1af21..000000000000
--- a/ftp/smbftpd/files/patch-Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.in.old Mon Jan 23 12:43:31 2006
-+++ Makefile.in Mon Jan 23 12:44:39 2006
-@@ -110,8 +110,8 @@
- fi;
-
- @if [ "$(OSTYPE)" = "FreeBSD" ]; then \
-- echo "install -c -m 755 os/FreeBSD/smbftpd.sh /usr/local/etc/rc.d/"; \
-- install -c -m 755 os/FreeBSD/smbftpd.sh /usr/local/etc/rc.d/; \
-+ echo "install -c -m 755 os/FreeBSD/smbftpd.sh $(PREFIX)/etc/rc.d/"; \
-+ install -c -m 755 os/FreeBSD/smbftpd.sh $(PREFIX)/etc/rc.d/; \
- elif [ "$(OSTYPE)" = "linux" ]; then \
- if [ ! -f /etc/pam.d/ftpd ]; then \
- echo "install install -c -m 644 os/linux/ftpd.pam /etc/pam.d/ftpd"; \