mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +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:
parent
f9f1f75eee
commit
653928ea74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193674
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= poptop
|
PORTNAME= poptop
|
||||||
PORTVERSION= 1.3.0
|
PORTVERSION= 1.3.4
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
@ -17,6 +17,7 @@ COMMENT= Windows 9x compatible PPTP (VPN) server
|
|||||||
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
|
||||||
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
||||||
AUTOHEADER="${TRUE}"
|
AUTOHEADER="${TRUE}"
|
||||||
|
|
||||||
@ -29,12 +30,6 @@ MAN8= pptpd.8 pptpctrl.8
|
|||||||
CONFIGURE_ARGS+= --with-bsdppp
|
CONFIGURE_ARGS+= --with-bsdppp
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${OSVERSION} >= 500000
|
|
||||||
USE_GETOPT_LONG= yes
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/pptpctrl.c
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/pptpctrl.c
|
||||||
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/pptpd.8
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/pptpd.8
|
||||||
@ -44,4 +39,4 @@ post-install:
|
|||||||
${INSTALL_DATA} ${WRKSRC}/samples/pptpd.conf \
|
${INSTALL_DATA} ${WRKSRC}/samples/pptpd.conf \
|
||||||
${PREFIX}/etc/pptpd.conf.sample
|
${PREFIX}/etc/pptpd.conf.sample
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (pptpd-1.3.0.tar.gz) = 75d494e881f7027f4e60b114163f6b67
|
MD5 (pptpd-1.3.4.tar.gz) = b38df9c431041922c997c1148bedf591
|
||||||
SHA256 (pptpd-1.3.0.tar.gz) = 4f6fe4eb08ca7a69c83658ab13b23a77aa153ec1a2663596ddcbbf35768b0cee
|
SHA256 (pptpd-1.3.4.tar.gz) = c23a9bdd219a0a36ae7ca20e7c9749f2efdcdbf108aabeeeb5066ba442ec88b6
|
||||||
SIZE (pptpd-1.3.0.tar.gz) = 204099
|
SIZE (pptpd-1.3.4.tar.gz) = 240942
|
||||||
|
@ -1,15 +1,6 @@
|
|||||||
--- Makefile.in.orig Wed Aug 3 14:47:42 2005
|
--- Makefile.in.orig Mon Apr 16 03:10:27 2007
|
||||||
+++ Makefile.in Fri Oct 21 12:40:13 2005
|
+++ Makefile.in Sat Jun 16 11:21:50 2007
|
||||||
@@ -14,7 +14,7 @@
|
@@ -35,7 +35,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 @@
|
|
||||||
PRE_UNINSTALL = :
|
PRE_UNINSTALL = :
|
||||||
POST_UNINSTALL = :
|
POST_UNINSTALL = :
|
||||||
EXTRA_PROGRAMS =
|
EXTRA_PROGRAMS =
|
||||||
@ -18,7 +9,7 @@
|
|||||||
subdir = .
|
subdir = .
|
||||||
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
|
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
|
||||||
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
|
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
|
||||||
@@ -77,8 +74,8 @@
|
@@ -75,8 +75,8 @@
|
||||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||||
CCLD = $(CC)
|
CCLD = $(CC)
|
||||||
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||||
@ -29,7 +20,7 @@
|
|||||||
man5dir = $(mandir)/man5
|
man5dir = $(mandir)/man5
|
||||||
man8dir = $(mandir)/man8
|
man8dir = $(mandir)/man8
|
||||||
NROFF = nroff
|
NROFF = nroff
|
||||||
@@ -178,6 +175,7 @@
|
@@ -182,6 +182,7 @@
|
||||||
# We have our own, simpler dependencies stuff in 'reconf'
|
# We have our own, simpler dependencies stuff in 'reconf'
|
||||||
AUTOMAKE_OPTIONS = no-dependencies foreign
|
AUTOMAKE_OPTIONS = no-dependencies foreign
|
||||||
INCLUDES = -I.
|
INCLUDES = -I.
|
||||||
|
Loading…
Reference in New Issue
Block a user