svn commit: r308433 - in head/ports-mgmt/pkg: . files

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 7 16:17:30 UTC 2012


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;


More information about the svn-ports-all mailing list