diff options
author | June McEnroe <june@causal.agency> | 2020-12-28 02:19:59 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-12-28 02:19:59 +0000 |
commit | c97254b75be473959b0520989644e5dc4a3a87db (patch) | |
tree | 3759f08f36ff0ee458b8c408da0e26b93cc84579 /devel/cgit-causal-agency | |
parent | Add notemap port (diff) | |
download | ports-c97254b75be473959b0520989644e5dc4a3a87db.tar.gz ports-c97254b75be473959b0520989644e5dc4a3a87db.zip |
Replace cgit-patched with cgit-causal-agency
Diffstat (limited to '')
-rw-r--r-- | devel/cgit-causal-agency/Makefile (renamed from devel/cgit-patched/Makefile) | 16 | ||||
-rw-r--r-- | devel/cgit-causal-agency/distinfo | 5 | ||||
-rw-r--r-- | devel/cgit-causal-agency/files/pkg-message.in (renamed from devel/cgit-patched/files/pkg-message.in) | 0 | ||||
-rw-r--r-- | devel/cgit-causal-agency/pkg-descr (renamed from devel/cgit-patched/pkg-descr) | 0 | ||||
-rw-r--r-- | devel/cgit-causal-agency/pkg-plist (renamed from devel/cgit-patched/pkg-plist) | 0 |
5 files changed, 14 insertions, 7 deletions
diff --git a/devel/cgit-patched/Makefile b/devel/cgit-causal-agency/Makefile index 670897e..bc112ea 100644 --- a/devel/cgit-patched/Makefile +++ b/devel/cgit-causal-agency/Makefile @@ -1,14 +1,14 @@ # $FreeBSD: head/devel/cgit/Makefile 523699 2020-01-21 01:37:59Z meta $ -PORTNAME= cgit-patched -PORTVERSION= 1.2.3p3 +PORTNAME= cgit-causal-agency +PORTVERSION= 1.2.3 CONFLICTS_INSTALL= cgit CATEGORIES= devel www -MASTER_SITES= https://git.causal.agency/cgit/snapshot/:cgit \ +MASTER_SITES= https://git.causal.agency/src/snapshot/:src \ KERNEL_ORG/software/scm/git:git -DISTFILES= cgit-${PORTVERSION}${EXTRACT_SUFX}:cgit \ +DISTFILES= src-${SRC_VERSION}${EXTRACT_SUFX}:src \ git-${GIT_VERSION}${EXTRACT_SUFX}:git -DISTNAME= cgit-${DISTVERSION} +DISTNAME= src-${SRC_VERSION} MAINTAINER= june@causal.agency COMMENT= Fast, lightweight web frontend for Git repositories @@ -18,7 +18,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING TEST_DEPENDS= msgfmt:devel/gettext-tools -GIT_VERSION= 2.25.0 +SRC_VERSION= db652695744cc54584296b54289166b4b21ac407 +GIT_VERSION= 2.25.1 +WRKSRC_SUBDIR= www/git.causal.agency/cgit + USES= cpe gmake iconv perl5 python:3.2+,env shebangfix ssl CPE_VENDOR= lars_hjemli USE_PERL5= test @@ -45,7 +48,6 @@ ASCIIDOC_DESC= Use asciidoc to preprocess man page ASCIIDOC_BUILD_DEPENDS= a2x:textproc/asciidoc post-extract: - @${RMDIR} ${WRKSRC}/git @${MV} ${WRKDIR}/git-${GIT_VERSION} ${WRKSRC}/git post-patch: diff --git a/devel/cgit-causal-agency/distinfo b/devel/cgit-causal-agency/distinfo new file mode 100644 index 0000000..f0c91aa --- /dev/null +++ b/devel/cgit-causal-agency/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1609119689 +SHA256 (src-db652695744cc54584296b54289166b4b21ac407.tar.gz) = 73778c2a6d544fea181c976aa392d90df735cb5c9cbd916c4b03aa60fa9c6fdc +SIZE (src-db652695744cc54584296b54289166b4b21ac407.tar.gz) = 757713 +SHA256 (git-2.25.1.tar.gz) = 4999ae0ee6cc7dfb280d7051e39a82a5630b00c1d8cd54890f07b4b7193d25aa +SIZE (git-2.25.1.tar.gz) = 9026631 diff --git a/devel/cgit-patched/files/pkg-message.in b/devel/cgit-causal-agency/files/pkg-message.in index 0190639..0190639 100644 --- a/devel/cgit-patched/files/pkg-message.in +++ b/devel/cgit-causal-agency/files/pkg-message.in diff --git a/devel/cgit-patched/pkg-descr b/devel/cgit-causal-agency/pkg-descr index 1a9d828..1a9d828 100644 --- a/devel/cgit-patched/pkg-descr +++ b/devel/cgit-causal-agency/pkg-descr diff --git a/devel/cgit-patched/pkg-plist b/devel/cgit-causal-agency/pkg-plist index 765565f..765565f 100644 --- a/devel/cgit-patched/pkg-plist +++ b/devel/cgit-causal-agency/pkg-plist |