1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

- Update to 1.3.4

PR:		ports/113742
Submitted by:	Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer)
This commit is contained in:
Pav Lucistnik 2007-06-16 16:20:53 +00:00
parent f9f1f75eee
commit 653928ea74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193674
3 changed files with 11 additions and 25 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= poptop
PORTVERSION= 1.3.0
PORTVERSION= 1.3.4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -17,6 +17,7 @@ COMMENT= Windows 9x compatible PPTP (VPN) server
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
@ -29,12 +30,6 @@ MAN8= pptpd.8 pptpctrl.8
CONFIGURE_ARGS+= --with-bsdppp
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
USE_GETOPT_LONG= yes
.endif
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/pptpctrl.c
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/pptpd.8
@ -44,4 +39,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/samples/pptpd.conf \
${PREFIX}/etc/pptpd.conf.sample
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (pptpd-1.3.0.tar.gz) = 75d494e881f7027f4e60b114163f6b67
SHA256 (pptpd-1.3.0.tar.gz) = 4f6fe4eb08ca7a69c83658ab13b23a77aa153ec1a2663596ddcbbf35768b0cee
SIZE (pptpd-1.3.0.tar.gz) = 204099
MD5 (pptpd-1.3.4.tar.gz) = b38df9c431041922c997c1148bedf591
SHA256 (pptpd-1.3.4.tar.gz) = c23a9bdd219a0a36ae7ca20e7c9749f2efdcdbf108aabeeeb5066ba442ec88b6
SIZE (pptpd-1.3.4.tar.gz) = 240942

View File

@ -1,15 +1,6 @@
--- Makefile.in.orig Wed Aug 3 14:47:42 2005
+++ Makefile.in Fri Oct 21 12:40:13 2005
@@ -14,7 +14,7 @@
@SET_MAKE@
-SOURCES = $(bcrelay_SOURCES) $(pptpctrl_SOURCES) $(pptpd_SOURCES)
+SOURCES = $(pptpctrl_SOURCES) $(pptpd_SOURCES)
srcdir = @srcdir@
top_srcdir = @top_srcdir@
@@ -37,7 +37,7 @@
--- Makefile.in.orig Mon Apr 16 03:10:27 2007
+++ Makefile.in Sat Jun 16 11:21:50 2007
@@ -35,7 +35,7 @@
PRE_UNINSTALL = :
POST_UNINSTALL = :
EXTRA_PROGRAMS =
@ -18,7 +9,7 @@
subdir = .
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
@@ -77,8 +74,8 @@
@@ -75,8 +75,8 @@
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
@ -29,7 +20,7 @@
man5dir = $(mandir)/man5
man8dir = $(mandir)/man8
NROFF = nroff
@@ -178,6 +175,7 @@
@@ -182,6 +182,7 @@
# We have our own, simpler dependencies stuff in 'reconf'
AUTOMAKE_OPTIONS = no-dependencies foreign
INCLUDES = -I.