FreeBSD Bugzilla – Attachment 148896 Details for
Bug 194529
[patch] devel/ocaml-opam run depends on rsync
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
upgrade to 1.2.0 and add optionnal dependencies
patch (text/plain), 4.08 KB, created by
joris
on 2014-11-01 18:00:05 UTC
(
hide
)
Description:
upgrade to 1.2.0 and add optionnal dependencies
Filename:
MIME Type:
Creator:
joris
Created:
2014-11-01 18:00:05 UTC
Size:
4.08 KB
patch
obsolete
>diff --git a/devel/ocaml-opam/Makefile b/devel/ocaml-opam/Makefile >index e3e7777..c58079f 100644 >--- a/devel/ocaml-opam/Makefile >+++ b/devel/ocaml-opam/Makefile >@@ -2,11 +2,16 @@ > # $FreeBSD$ > > PORTNAME= opam >-PORTVERSION= 1.1.1 >+PORTVERSION= 1.2.0 > CATEGORIES= devel >-MASTER_SITES= http://www.ocamlpro.com/pub/ >-PKGNAMEPREFIX= ocaml- >-DISTNAME= opam-full-${PORTVERSION} >+PKGNAMEPREFIX= ocaml- >+ >+USE_GITHUB= yes >+ >+GH_ACCOUNT= ocaml >+GH_PROJECT= opam >+GH_TAGNAME= 1.2.0 >+GH_COMMIT= cbe460b > > MAINTAINER= joris@giovannangeli.fr > COMMENT= Source-based package manager for OCaml >@@ -15,6 +20,31 @@ LICENSE= GPLv3 > > BUILD_DEPENDS= curl:${PORTSDIR}/ftp/curl > >+ >+OPTIONS_DEFINE= RSYNC GIT WGET HG DARCS ASPCUD MANPAGES >+ >+RSYNC_DESC= "Support remote repository synchronized with Rsync" >+WGET_DESC= "Support remote repository synchronized with git" >+GIT_DESC= "Support remote repository synchronized with HTTP" >+HG_DESC= "Support remote repository synchronized with mercurial" >+DARCS_DESC= "Support remote repository synchronized with darcs" >+ASPCUD_DESC= "Use aspcud as an external dependencies solver" >+ >+OPTIONS_DEFAULT= RSYNC GIT WGET MANPAGES >+ >+OPTIONS_SUB= yes >+ >+WGET_RUN_DEPENDS:=wget:${PORTSDIR}/ftp/wget >+RSYNC_RUN_DEPENDS:=rsync:${PORTSDIR}/net/rsync >+GIT_RUN_DEPENDS:=git:${PORTSDIR}/devel/git >+HG_RUN_DEPENDS:=hg:${PORTSDIR}/devel/mercurial >+DARCS_RUN_DEPENDS:=darcs:${PORTSDIR}/devel/hs-darcs >+ASPCUD_RUN_DEPENDS:=${PORTSDIR}/math/aspcud >+ >+MANPAGES_ALL_TARGET= man >+ >+ALL_TARGET= lib-ext all >+ > USES= gmake > USE_OCAML= yes > GNU_CONFIGURE= yes >diff --git a/devel/ocaml-opam/distinfo b/devel/ocaml-opam/distinfo >index f9253f3..10a6ad4 100644 >--- a/devel/ocaml-opam/distinfo >+++ b/devel/ocaml-opam/distinfo >@@ -1,2 +1,2 @@ >-SHA256 (opam-full-1.1.1.tar.gz) = bfcb78109cf88612b5170b25bb96aa576ed3908c8a68b9164a7ae16f9f59ae38 >-SIZE (opam-full-1.1.1.tar.gz) = 2278273 >+SHA256 (opam-1.2.0.tar.gz) = d5d8941d7795660f2a78f918e98bd2e827193c6e2ba9874574507a79814fda8d >+SIZE (opam-1.2.0.tar.gz) = 596559 >diff --git a/devel/ocaml-opam/files/patch-Makefile b/devel/ocaml-opam/files/patch-Makefile >deleted file mode 100644 >index 9bd2a31..0000000 >--- a/devel/ocaml-opam/files/patch-Makefile >+++ /dev/null >@@ -1,10 +0,0 @@ >---- Makefile.orig 2014-01-14 17:04:37.000000000 +0100 >-+++ Makefile >-@@ -1,6 +1,6 @@ >- -include Makefile.config >- >--LOCAL_OCPBUILD=./ocp-build/ocp-build -no-use-ocamlfind >-+LOCAL_OCPBUILD=./ocp-build/ocp-build -no-use-ocamlfind -no-user-prefs >- OCPBUILD ?= $(LOCAL_OCPBUILD) >- SRC_EXT=src_ext >- TARGETS = opam opam-admin opam-installer >diff --git a/devel/ocaml-opam/pkg-plist b/devel/ocaml-opam/pkg-plist >index 36a4dd9..6a14c23 100644 >--- a/devel/ocaml-opam/pkg-plist >+++ b/devel/ocaml-opam/pkg-plist >@@ -1,25 +1,23 @@ > bin/opam > bin/opam-admin > bin/opam-installer >-man/man1/opam-admin-check.1.gz >-man/man1/opam-admin-make.1.gz >-man/man1/opam-admin.1.gz >-man/man1/opam-check.1.gz >-man/man1/opam-config.1.gz >-man/man1/opam-help.1.gz >-man/man1/opam-info.1.gz >-man/man1/opam-init.1.gz >-man/man1/opam-install.1.gz >-man/man1/opam-list.1.gz >-man/man1/opam-pin.1.gz >-man/man1/opam-reinstall.1.gz >-man/man1/opam-remote.1.gz >-man/man1/opam-remove.1.gz >-man/man1/opam-repository.1.gz >-man/man1/opam-search.1.gz >-man/man1/opam-show.1.gz >-man/man1/opam-switch.1.gz >-man/man1/opam-uninstall.1.gz >-man/man1/opam-update.1.gz >-man/man1/opam-upgrade.1.gz >-man/man1/opam.1.gz >+%%MANPAGES%%man/man1/opam-admin-check.1.gz >+%%MANPAGES%%man/man1/opam-admin-depexts.1.gz >+%%MANPAGES%%man/man1/opam-admin-make.1.gz >+%%MANPAGES%%man/man1/opam-admin-stats.1.gz >+%%MANPAGES%%man/man1/opam-admin.1.gz >+%%MANPAGES%%man/man1/opam-config.1.gz >+%%MANPAGES%%man/man1/opam-init.1.gz >+%%MANPAGES%%man/man1/opam-install.1.gz >+%%MANPAGES%%man/man1/opam-installer.1.gz >+%%MANPAGES%%man/man1/opam-list.1.gz >+%%MANPAGES%%man/man1/opam-pin.1.gz >+%%MANPAGES%%man/man1/opam-reinstall.1.gz >+%%MANPAGES%%man/man1/opam-remove.1.gz >+%%MANPAGES%%man/man1/opam-repository.1.gz >+%%MANPAGES%%man/man1/opam-search.1.gz >+%%MANPAGES%%man/man1/opam-show.1.gz >+%%MANPAGES%%man/man1/opam-switch.1.gz >+%%MANPAGES%%man/man1/opam-update.1.gz >+%%MANPAGES%%man/man1/opam-upgrade.1.gz >+%%MANPAGES%%man/man1/opam.1.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194529
:
148560
|
148892
|
148896
|
148929
|
148930
|
154263
|
154264