Page MenuHomeFreeBSD

D57900.diff
No OneTemporary

D57900.diff

diff --git a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc
--- a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc
@@ -1535,19 +1535,19 @@
[.programlisting]
....
PORTNAME= pkg-devel
-DISTVERSION= 1.3.0.a.20140411
+DISTVERSION= 2.7.4.20260626
USE_GITHUB= yes
GH_ACCOUNT= freebsd
GH_PROJECT= pkg
-GH_TAGNAME= 6dbb17b
+GH_TAGNAME= 2678d2b
....
It will automatically have `MASTER_SITES` set to `GH` and `WRKSRC` to `${WRKDIR}/pkg-6dbb17b`.
[TIP]
****
-`20140411` is the date of the commit referenced in `GH_TAGNAME`, not the date the [.filename]#Makefile# is edited, or the date the commit is made.
+`20260626` is the date of the commit referenced in `GH_TAGNAME`, not the date the [.filename]#Makefile# is edited, or the date the commit is made.
****
====
@@ -1582,7 +1582,7 @@
[.programlisting]
....
PORTNAME= bar
-DISTVERSION= g20140411
+DISTVERSION= g20260626
USE_GITHUB= yes
GH_TAGNAME= c472d66b
@@ -1593,7 +1593,7 @@
[source,shell]
....
-% pkg version -t g20140411 0
+% pkg version -t g20260626 0
<
....

File Metadata

Mime Type
text/plain
Expires
Mon, Jun 29, 9:41 AM (19 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34440987
Default Alt Text
D57900.diff (1 KB)

Event Timeline