View | Details | Raw Unified | Return to bug 113742
Collapse All | Expand All

(-)/disk/3/home/nivo/ports/poptop/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	poptop
8
PORTNAME=	poptop
9
PORTVERSION=	1.3.0
9
PORTVERSION=	1.3.4
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
(-)/disk/3/home/nivo/ports/poptop/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (pptpd-1.3.0.tar.gz) = 75d494e881f7027f4e60b114163f6b67
1
MD5 (pptpd-1.3.4.tar.gz) = b38df9c431041922c997c1148bedf591
2
SHA256 (pptpd-1.3.0.tar.gz) = 4f6fe4eb08ca7a69c83658ab13b23a77aa153ec1a2663596ddcbbf35768b0cee
2
SHA256 (pptpd-1.3.4.tar.gz) = c23a9bdd219a0a36ae7ca20e7c9749f2efdcdbf108aabeeeb5066ba442ec88b6
3
SIZE (pptpd-1.3.0.tar.gz) = 204099
3
SIZE (pptpd-1.3.4.tar.gz) = 240942
(-)/disk/3/home/nivo/ports/poptop/files/patch-Makefile.in (-14 / +5 lines)
Lines 1-15 Link Here
1
--- Makefile.in.orig	Wed Aug  3 14:47:42 2005
1
--- Makefile.in.orig	Mon Apr 16 03:10:27 2007
2
+++ Makefile.in	Fri Oct 21 12:40:13 2005
2
+++ Makefile.in	Sat Jun 16 11:21:50 2007
3
@@ -14,7 +14,7 @@
3
@@ -35,7 +35,7 @@
4
 
5
 @SET_MAKE@
6
 
7
-SOURCES = $(bcrelay_SOURCES) $(pptpctrl_SOURCES) $(pptpd_SOURCES)
8
+SOURCES = $(pptpctrl_SOURCES) $(pptpd_SOURCES)
9
 
10
 srcdir = @srcdir@
11
 top_srcdir = @top_srcdir@
12
@@ -37,7 +37,7 @@
13
 PRE_UNINSTALL = :
4
 PRE_UNINSTALL = :
14
 POST_UNINSTALL = :
5
 POST_UNINSTALL = :
15
 EXTRA_PROGRAMS =
6
 EXTRA_PROGRAMS =
Lines 18-24 Link Here
18
 subdir = .
9
 subdir = .
19
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
10
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
20
 	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
11
 	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
21
@@ -77,8 +74,8 @@
12
@@ -75,8 +75,8 @@
22
 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
13
 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
23
 CCLD = $(CC)
14
 CCLD = $(CC)
24
 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
15
 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
Lines 29-35 Link Here
29
 man5dir = $(mandir)/man5
20
 man5dir = $(mandir)/man5
30
 man8dir = $(mandir)/man8
21
 man8dir = $(mandir)/man8
31
 NROFF = nroff
22
 NROFF = nroff
32
@@ -178,6 +175,7 @@
23
@@ -182,6 +182,7 @@
33
 # We have our own, simpler dependencies stuff in 'reconf'
24
 # We have our own, simpler dependencies stuff in 'reconf'
34
 AUTOMAKE_OPTIONS = no-dependencies foreign
25
 AUTOMAKE_OPTIONS = no-dependencies foreign
35
 INCLUDES = -I.
26
 INCLUDES = -I.

Return to bug 113742