diff options
author | roam <roam@FreeBSD.org> | 2004-12-21 18:07:38 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-12-21 18:07:38 +0800 |
commit | 2949c21b431863b0445ffe2624342fd4c6ea6065 (patch) | |
tree | f8009d5886a2ea52137f2d1147931c9055298341 | |
parent | 283abb8883bcdb0e2d7e3062cf6bbcd3a00d0e96 (diff) | |
download | freebsd-ports-gnome-2949c21b431863b0445ffe2624342fd4c6ea6065.tar.gz freebsd-ports-gnome-2949c21b431863b0445ffe2624342fd4c6ea6065.tar.zst freebsd-ports-gnome-2949c21b431863b0445ffe2624342fd4c6ea6065.zip |
Repeat after me: testing the build on lots of machines is not an excuse
for not checking for packing list changes...
-rw-r--r-- | ftp/curl/Makefile | 1 | ||||
-rw-r--r-- | ftp/curl/pkg-plist | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index b5d275f8cdeb..9c59d36741cc 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -7,6 +7,7 @@ PORTNAME= curl PORTVERSION= 7.12.3 +PORTREVISION= 1 CATEGORIES= ftp ipv6 www MASTER_SITES= http://curl.haxx.se/download/ \ ${MASTER_SITE_SOURCEFORGE} \ diff --git a/ftp/curl/pkg-plist b/ftp/curl/pkg-plist index b67a0edc7e32..62d28dbadc54 100644 --- a/ftp/curl/pkg-plist +++ b/ftp/curl/pkg-plist @@ -46,8 +46,10 @@ lib/libcurl.so.%%SHLIB_VER%% %%PORTDOCS%%%%DOCSDIR%%/examples/Makefile.example %%PORTDOCS%%%%DOCSDIR%%/examples/Makefile.in %%PORTDOCS%%%%DOCSDIR%%/examples/README +%%PORTDOCS%%%%DOCSDIR%%/examples/anyauthput.c %%PORTDOCS%%%%DOCSDIR%%/examples/curlgtk.c %%PORTDOCS%%%%DOCSDIR%%/examples/curlx.c +%%PORTDOCS%%%%DOCSDIR%%/examples/debug.c %%PORTDOCS%%%%DOCSDIR%%/examples/fileupload.c %%PORTDOCS%%%%DOCSDIR%%/examples/fopen.c %%PORTDOCS%%%%DOCSDIR%%/examples/ftp3rdparty.c |