Date: Fri, 7 Dec 2012 16:17:30 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308433 - in head/ports-mgmt/pkg: . files Message-ID: <201212071617.qB7GHUaR036099@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Dec 7 16:17:29 2012 New Revision: 308433 URL: http://svnweb.freebsd.org/changeset/ports/308433 Log: Add a patch to bump the version output bump by pkg -v this was forgotten in the last release Feature safe: yes Added: head/ports-mgmt/pkg/files/ head/ports-mgmt/pkg/files/patch-libpkg__pkg.h (contents, props changed) Modified: head/ports-mgmt/pkg/Makefile (contents, props changed) Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Fri Dec 7 16:14:13 2012 (r308432) +++ head/ports-mgmt/pkg/Makefile Fri Dec 7 16:17:29 2012 (r308433) @@ -2,6 +2,7 @@ PORTNAME= pkg DISTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/portmgr \ http://files.etoilebsd.net/pkg/ Added: head/ports-mgmt/pkg/files/patch-libpkg__pkg.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/pkg/files/patch-libpkg__pkg.h Fri Dec 7 16:17:29 2012 (r308433) @@ -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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212071617.qB7GHUaR036099>