Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
aeada37f
Commit
aeada37f
authored
1 year ago
by
Romaine Tartiere
Committed by
Adam Weinberger
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
net/geoipupdate: Fix config file path in pkg-message
parent
d2227762
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
net/geoipupdate/Makefile
+1
-1
1 addition, 1 deletion
net/geoipupdate/Makefile
net/geoipupdate/files/pkg-message.in
+2
-2
2 additions, 2 deletions
net/geoipupdate/files/pkg-message.in
with
3 additions
and
3 deletions
net/geoipupdate/Makefile
+
1
−
1
View file @
aeada37f
PORTNAME
=
geoipupdate
PORTVERSION
=
6.0.0
PORTREVISION
=
2
PORTREVISION
=
3
DISTVERSIONPREFIX
=
v
CATEGORIES
=
net geography
...
...
This diff is collapsed.
Click to expand it.
net/geoipupdate/files/pkg-message.in
+
2
−
2
View file @
aeada37f
...
...
@@ -10,7 +10,7 @@ Register for an account: https://www.maxmind.com/en/geolite2/signup
Get a (free) license key from your accounts page.
Place the generated account key and license key
into %%
DATADIR%%
/GeoIP.conf
into %%
PREFIX%%/etc
/GeoIP.conf
UPGRADE
}
{ type: install
...
...
@@ -22,7 +22,7 @@ Register for an account: https://www.maxmind.com/en/geolite2/signup
Get a license key: https://www.maxmind.com/en/accounts/155743/license-key
Place the generated account key and license key
into %%
DATADIR%%
/GeoIP.conf
into %%
PREFIX%%/etc
/GeoIP.conf
INSTALL
}
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment