aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-12-07 16:17:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-12-07 16:17:29 +0000
commit93a80fc8aa3e3c832039818505d16df8852eaff3 (patch)
treeae5bf8a0a69a4c67497be5d5a696f85274a7c6bd /ports-mgmt
parentbec0f8734e9a7afd2f0d8b6636fd73f8bb16eaf9 (diff)
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/pkg/Makefile1
-rw-r--r--ports-mgmt/pkg/files/patch-libpkg__pkg.h15
2 files changed, 16 insertions, 0 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile
index cf9b809d6a76..1555a944e50d 100644
--- a/ports-mgmt/pkg/Makefile
+++ b/ports-mgmt/pkg/Makefile
@@ -2,6 +2,7 @@
PORTNAME= pkg
DISTVERSION= 1.0.3
+PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/portmgr \
http://files.etoilebsd.net/pkg/
diff --git a/ports-mgmt/pkg/files/patch-libpkg__pkg.h b/ports-mgmt/pkg/files/patch-libpkg__pkg.h
new file mode 100644
index 000000000000..967fc8275819
--- /dev/null
+++ b/ports-mgmt/pkg/files/patch-libpkg__pkg.h
@@ -0,0 +1,15 @@
+--- ./libpkg/pkg.h.orig 2012-12-05 12:00:45.000000000 +0100
++++ ./libpkg/pkg.h 2012-12-07 17:13:11.533719154 +0100
+@@ -37,10 +37,10 @@
+ #include <sys/sbuf.h>
+ #include <openssl/pem.h>
+
+-#define PKGVERSION "1.0.2"
++#define PKGVERSION "1.0.3"
+ /* PORTVERSION equivalent for proper pkg-static->ports-mgmt/pkg version comparison
+ * in pkgdb_query_newpkgversion() */
+-#define PKG_PORTVERSION "1.0.2"
++#define PKG_PORTVERSION "1.0.3_1"
+
+ struct pkg;
+ struct pkg_dep;