diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-12-21 16:11:05 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-12-21 16:11:05 +0000 |
commit | 99a563929c4d91ea4717c85822275a19fdb418b1 (patch) | |
tree | 0c5c8718f73b4bc75ace764241564c7e35336706 /ports-mgmt | |
parent | c9d388a3669477d08812ad4f16d7b49c821c1549 (diff) | |
download | ports-99a563929c4d91ea4717c85822275a19fdb418b1.tar.gz ports-99a563929c4d91ea4717c85822275a19fdb418b1.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/pkg/files/patch-newvers.sh | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 8794f4964c76..97288a209c4a 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -2,6 +2,7 @@ PORTNAME= pkg DISTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/portmgr \ http://files.etoilebsd.net/pkg/ diff --git a/ports-mgmt/pkg/files/patch-newvers.sh b/ports-mgmt/pkg/files/patch-newvers.sh new file mode 100644 index 000000000000..805bc02f8110 --- /dev/null +++ b/ports-mgmt/pkg/files/patch-newvers.sh @@ -0,0 +1,19 @@ +commit 323c0b7c6e55a8e3736f0621e4504aef61828814 +Author: Bryan Drewery <bryan@shatow.net> +Date: Fri Dec 21 09:34:31 2012 -0600 + + Bump to 1.0.4_1 + +diff --git newvers.sh newvers.sh +index 8926a8c..2222329 100755 +--- newvers.sh ++++ newvers.sh +@@ -41,7 +41,7 @@ + : ${PKG_MINOR_VERSION="0"} + : ${PKG_PATCH_LEVEL="4"} + +-: ${PORTREVISION:=""} ++: ${PORTREVISION:="1"} + : ${PORTEPOCH:=} + + # Define this to a true value if creating a snapshot |